Set gameloop to 8fps for now to avoid issues
This commit is contained in:
@@ -298,7 +298,7 @@ void datacheckcallback(uv_timer_t* handle)
|
||||
{
|
||||
appstate++;
|
||||
doui = true;
|
||||
uv_timer_start(&datamaptimer, shmdatamapcallback, 2000, 16);
|
||||
uv_timer_start(&datamaptimer, shmdatamapcallback, 2000, 125);
|
||||
uv_timer_stop(handle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user