diff --git a/Nasal/emesary/exec.nas b/Nasal/emesary/exec.nas index c00a8579..36d2ccef 100644 --- a/Nasal/emesary/exec.nas +++ b/Nasal/emesary/exec.nas @@ -30,7 +30,7 @@ var execLoop = func emesary.GlobalTransmitter.NotifyAll(notifications.frameNotification); notifications.frameNotification.FrameCount = notifications.frameNotification.FrameCount + 1; - frame_inc = 0.0333; #30 Hz + frame_inc = 0.02; #50 Hz if (frame_inc != cur_frame_inc) { cur_frame_inc = frame_inc; }