Fixed a bug with asset loader
This commit is contained in:
@ -33,7 +33,6 @@ if not os.path.exists(args.input):
|
||||
img = Image.open(args.input)
|
||||
|
||||
# Normalize the image
|
||||
# output img.info
|
||||
hasAlpha = 'transparency' in img.info
|
||||
|
||||
# Convert the image to RGB or RGBA mode based on alpha channel
|
||||
|
Reference in New Issue
Block a user