Fix theme world color

This commit is contained in:
Lubos Lenco
2021-08-04 11:20:18 +02:00
parent f6d92f6aec
commit 02971e5316
+1 -1
View File
@@ -24,7 +24,7 @@ class BoxPreferences {
public static var presetHandle: Handle;
static var locales: Array<String> = null;
static var themes: Array<String> = null;
static var worldColor = kha.Color.fromValue(0xff030303);
static var worldColor = kha.Color.fromValue(0xff020202);
@:access(zui.Zui)
public static function show() {