1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #23254 from ibrahn/gles2-var-init-cleanup

Cleaning up some uninitialised variables in GLES2 stuff.
This commit is contained in:
Rémi Verschelde
2018-11-12 20:47:19 +01:00
committed by GitHub
5 changed files with 27 additions and 31 deletions

View File

@@ -2401,6 +2401,8 @@ VisualServer::VisualServer() {
GLOBAL_DEF("rendering/quality/depth_prepass/enable", true);
GLOBAL_DEF("rendering/quality/depth_prepass/disable_for_vendors", "PowerVR,Mali,Adreno");
GLOBAL_DEF("rendering/quality/filters/use_nearest_mipmap_filter", false);
}
VisualServer::~VisualServer() {