Texture linear filtering is enabled by default, tiny tweak to Biniax2

This commit is contained in:
pelya
2012-09-20 14:32:55 +03:00
parent 42a9f2e54c
commit 41fd185b16
8 changed files with 22 additions and 22 deletions

View File

@@ -107,7 +107,7 @@ class Globals
public static int MultitouchGestureSensitivity = 1;
public static int TouchscreenCalibration[] = new int[4];
public static String DataDir = new String("");
public static boolean SmoothVideo = false;
public static boolean VideoLinearFilter = true;
public static boolean MultiThreadedVideo = false;
public static boolean BrokenLibCMessageShown = false;
}