Browse Source

Update newImage default format;

Bjorn 2 years ago
parent
commit
d5c334a817
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/data/newImage.lua

+ 1 - 1
api/lovr/data/newImage.lua

@@ -15,7 +15,7 @@ return {
     },
     },
     format = {
     format = {
       type = 'TextureFormat',
       type = 'TextureFormat',
-      default = 'rgba',
+      default = 'rgba8',
       description = 'The format of the texture\'s pixels.'
       description = 'The format of the texture\'s pixels.'
     },
     },
     filename = {
     filename = {