Browse Source

Update 360_Photo example;

bjorn 1 year ago
parent
commit
6be577d06b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/Intro/360_Photo/main.lua

+ 1 - 1
examples/Intro/360_Photo/main.lua

@@ -1,7 +1,7 @@
 local skybox
 
 function lovr.load()
-  skybox = lovr.graphics.newTexture('equirectangular.jpg', { mipmaps = false })
+  skybox = lovr.graphics.newTexture('equirectangular.jpg')
 end
 
 function lovr.draw(pass)