Explorar o código

Print message when no models are loaded;

unknown %!s(int64=3) %!d(string=hai) anos
pai
achega
3fd8d56293
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      examples/Interaction/Controller_Models/main.lua

+ 2 - 0
examples/Interaction/Controller_Models/main.lua

@@ -3,6 +3,8 @@ function lovr.load()
     left = lovr.headset.newModel('hand/left'),
     right = lovr.headset.newModel('hand/right')
   }
+
+  if not next(models) then print('No models loaded') end
 end
 
 function lovr.draw()