Fix flickering issues with low processor mode on Android
This commit is contained in:
parent
fd0716cba9
commit
b176b31f5d
17 changed files with 2554 additions and 33 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue