Browse Source

Reduce the number of monkeys on all platforms

mcc 5 years ago
parent
commit
efd4d803de
1 changed files with 1 additions and 5 deletions
  1. 1 5
      examples/Instancing/main.lua

+ 1 - 5
examples/Instancing/main.lua

@@ -1,11 +1,7 @@
 -- Surround yourself with monkeys, efficiently
 -- Surround yourself with monkeys, efficiently
 
 
 function lovr.load()
 function lovr.load()
-  MONKEYS = 1000
-
-  if lovr.headset.getDriver() ~= "oculusmobile" then -- That's too many monkeys!!!
-    MONKEYS = 700
-  end
+  MONKEYS = 700
 
 
   -- Create a ShaderBlock to store positions for lots of models
   -- Create a ShaderBlock to store positions for lots of models
   block = lovr.graphics.newShaderBlock('uniform', {
   block = lovr.graphics.newShaderBlock('uniform', {