2
0
Эх сурвалжийг харах

fix mistyped setting path

Avril 5 жил өмнө
parent
commit
5e320816f6

+ 1 - 1
drivers/gles2/rasterizer_storage_gles2.cpp

@@ -5966,7 +5966,7 @@ void RasterizerStorageGLES2::initialize() {
 #ifdef JAVASCRIPT_ENABLED
 	config.support_half_float_vertices = false;
 #endif
-	bool disable_half_float = GLOBAL_GET("rendering/gles2/batching/disable_half_float");
+	bool disable_half_float = GLOBAL_GET("rendering/gles2/debug/disable_half_float");
 	if (disable_half_float) {
 		config.support_half_float_vertices = false;
 	}