1
0
Fork 0

Experiment: increase rate to 50hz

This commit is contained in:
legoboyvdlp R 2021-09-11 20:11:18 +01:00
parent c3bb9d0177
commit db0d5b926a

View file

@ -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;
}