Skip to content

Commit

Permalink
Fix logger with load lightmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Naxela authored May 6, 2021
1 parent 0a3c407 commit 055f09e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addon/utility/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ def distribute_building():


def finish_assemble(self=0, background_pass=0, load_atlas=0):

if not tlm_log:
global tlm_log
tlm_log = log.TLM_Logman()
tlm_log.append("Preparing build")

print("Finishing assembly")

Expand Down

0 comments on commit 055f09e

Please sign in to comment.