Merge pull request #59606 from m4gr3d/fix_low_processor_mode_3x

[3.x] Fix flickering issues with low processor mode on Android
This commit is contained in:
Rémi Verschelde
2022-03-29 22:51:32 +02:00
committed by GitHub
19 changed files with 2548 additions and 41 deletions

View File

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