Skip to content

Commit

Permalink
Merge pull request #2975 from Onek8/patch-1
Browse files Browse the repository at this point in the history
Include ZUI when Debug Console is activated
  • Loading branch information
luboslenco committed Nov 29, 2023
2 parents b79f72b + d235461 commit c80c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender/arm/write_data.py
Expand Up @@ -297,7 +297,7 @@ def write_khafilejs(is_play, export_physics: bool, export_navigation: bool, expo
if arm.utils.get_pref_or_default('haxe_times', False):
khafile.write("project.addParameter('--times');\n")

if export_ui:
if export_ui or wrd.arm_debug_console:
if not os.path.exists('Libraries/zui'):
khafile.write(add_armory_library(sdk_path, 'lib/zui', rel_path=do_relpath_sdk))
p = sdk_path + '/armory/Assets/font_default.ttf'
Expand Down

0 comments on commit c80c03b

Please sign in to comment.