Fix flickering issues with low processor mode on Android

This commit is contained in:
Fredia Huya-Kouadio
2022-03-27 18:09:48 -07:00
parent fd0716cba9
commit b176b31f5d
17 changed files with 2554 additions and 33 deletions

View File

@@ -19,6 +19,10 @@ while read -r f; do
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/GLSurfaceView"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then
continue
fi
python misc/scripts/copyright_headers.py "$f"