aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/base/UGraphic.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/UGraphic.pas b/src/base/UGraphic.pas
index 92256f80..4f0c8c77 100644
--- a/src/base/UGraphic.pas
+++ b/src/base/UGraphic.pas
@@ -502,6 +502,8 @@ begin
{ center window }
SDL_putenv('SDL_VIDEO_WINDOW_POS=center');
+ { workaround for buggy Intel 3D driver on Linux }
+ SDL_putenv('texture_tiling=false');
//Log.BenchmarkStart(2);