Skip to content

Commit

Permalink
fixed 'no texture: entity' spam after Im ade it possible to assign te…
Browse files Browse the repository at this point in the history
…xture before model.
  • Loading branch information
pokepetter committed Jan 10, 2020
1 parent 6be0608 commit 317d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursina/entity.py
Expand Up @@ -575,7 +575,7 @@ def texture(self, value):
# print('set texture:', value)
except:
pass
if value:
if value and self.model:
print('no texture:', value)

if value == None:
Expand Down

0 comments on commit 317d9b6

Please sign in to comment.