Add haxe --times flag on verbose not debug_console

This commit is contained in:
tong 2020-06-25 13:02:56 +02:00
parent 48e0ca9d2e
commit c89a40da85

View file

@ -225,6 +225,8 @@ project.addSources('Sources');
if wrd.arm_debug_console:
assets.add_khafile_def('arm_debug')
f.write(add_shaders(sdk_path + "/armory/Shaders/debug_draw/**", rel_path=rel_path))
if wrd.arm_verbose_output:
f.write("project.addParameter('--times');\n")
if export_ui: