Skip to content

Commit

Permalink
texture: Default date for simple images should be zero
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Apr 15, 2021
1 parent a2d0bc3 commit c406beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamtex/Texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def load(self, di):
else:
self.simple_x_size = 0
self.simple_y_size = 0
self.simple_image_date_generated = -1
self.simple_image_date_generated = 0
self.simple_ram_image = b''

self.has_clear_color = False
Expand Down

0 comments on commit c406beb

Please sign in to comment.