Browse Source

Remove filesystem.watch;

bjorn 6 months ago
parent
commit
ee4a94940b
1 changed files with 0 additions and 2 deletions
  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