Forráskód Böngészése

Remove filesystem.watch;

bjorn 8 hónapja
szülő
commit
ee4a94940b
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      examples/Interaction/Hand_Gestures/main.lua

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

@@ -1,5 +1,3 @@
-lovr.filesystem.watch()
-
 local function getJointDirection(skeleton, joint)
 local function getJointDirection(skeleton, joint)
   return quat(unpack(skeleton[joint], 5)):direction()
   return quat(unpack(skeleton[joint], 5)):direction()
 end
 end