Experiment: increase rate to 50hz
This commit is contained in:
parent
c3bb9d0177
commit
db0d5b926a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue