Skip to content

Commit 86670e8

Browse files
committed
Reverte texture change conflicting with sampler branch
1 parent 822ce9c commit 86670e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demosys/opengl/texture.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def set_image(self, image, flip=True):
307307
image = image.transpose(Image.FLIP_TOP_BOTTOM)
308308

309309
width, height, depth = image.size[0], image.size[1] // self.layers, self.layers
310+
print(width, height, depth)
310311

311312
self.mglo = self.ctx.texture_array(
312313
(width, height, depth),

0 commit comments

Comments
 (0)