1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Shader noise returns 0.5 when noise emulation disabled.

Fixed Paper Mario - Text from Stars is invisible #1540
This commit is contained in:
Sergey Lipskiy 2018-05-06 21:28:31 +07:00
parent 6725ad474a
commit 67f797240d

View File

@ -1439,7 +1439,7 @@ public:
m_part =
"lowp float snoise() \n"
"{ \n"
" return 1.0; \n"
" return 0.5; \n"
"} \n"
;
} else {