mirror of
https://github.com/godotengine/godot.git
synced 2024-11-28 15:12:33 +00:00
Fixed mismatched disable half float property string
This commit is contained in:
parent
9901eac9f5
commit
782173f0dc
@ -5973,7 +5973,7 @@ void RasterizerStorageGLES2::initialize() {
|
||||
#ifdef JAVASCRIPT_ENABLED
|
||||
config.support_half_float_vertices = false;
|
||||
#endif
|
||||
bool disable_half_float = GLOBAL_GET("rendering/gles2/debug/disable_half_float");
|
||||
bool disable_half_float = GLOBAL_GET("rendering/gles2/compatibility/disable_half_float");
|
||||
if (disable_half_float) {
|
||||
config.support_half_float_vertices = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user