diff options
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 3b8aeab..0a331f5 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -531,7 +531,7 @@ int main(int argc, char * argv[]) engine->Tick(); engine->Draw(); - if(SDL_GetTicks()-lastTick>500) + if(SDL_GetTicks()-lastTick>250) { //Run client tick every second lastTick = SDL_GetTicks(); |
