mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
key displayer only show in dev mode
This commit is contained in:
parent
3076b9dfcf
commit
ee9dec8a3a
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@
|
|||
PREFERENCES.double_click_delay /= 60;
|
||||
|
||||
TESTING = struct_try_get(PREFERENCES, "test_mode", false);
|
||||
if(TESTING) {
|
||||
if(TESTING && GM_build_type == "run") {
|
||||
log_message("PREFERENCE", "Test mode enabled");
|
||||
instance_create_depth(0, 0, 0, addon_key_displayer);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue