mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
450 B
Diff
12 lines
450 B
Diff
--- godot-4.0-stable/main/main.cpp 2023-03-01 03:38:07.000000000 +0300
|
|
+++ godot-4.0-stable/main/main.cpp.patch 2023-03-07 16:55:05.758990792 +0300
|
|
@@ -148,7 +148,7 @@
|
|
|
|
String tablet_driver = "";
|
|
String text_driver = "";
|
|
-String rendering_driver = "";
|
|
+String rendering_driver = "opengl3"; // There are problems with the render method on termux
|
|
String rendering_method = "";
|
|
static int text_driver_idx = -1;
|
|
static int display_driver_idx = -1;
|