No traces for snapshot builds
This commit is contained in:
+3
-3
@@ -18,7 +18,7 @@ class Log {
|
||||
if (arm.ui.UIStatus.inst != null) {
|
||||
arm.ui.UIStatus.inst.statusHandle.redraws = 2;
|
||||
}
|
||||
trace(s);
|
||||
consoleTrace(s);
|
||||
}
|
||||
|
||||
public static function error(s: String) {
|
||||
@@ -28,11 +28,11 @@ class Log {
|
||||
if (arm.ui.UIStatus.inst != null) {
|
||||
arm.ui.UIStatus.inst.statusHandle.redraws = 2;
|
||||
}
|
||||
trace(s);
|
||||
consoleTrace(s);
|
||||
}
|
||||
|
||||
public static function trace(s: String) {
|
||||
trace(s);
|
||||
consoleTrace(s);
|
||||
}
|
||||
|
||||
public static function init() {
|
||||
|
||||
@@ -91,6 +91,7 @@ if (vr) {
|
||||
if (snapshot) {
|
||||
project.addDefine("arm_snapshot");
|
||||
project.addDefine("arm_image_embed");
|
||||
project.addParameter("--no-traces");
|
||||
}
|
||||
|
||||
project.addAssets("Assets/readme/readme.txt", { notinlist: true, destination: "{name}" });
|
||||
|
||||
Reference in New Issue
Block a user