comparison Applications/Sdl/SdlEngine.cpp @ 98:a33abae66344 wasm

scrolling over series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 May 2017 15:02:24 +0200
parents a4497c6449df
children fcec0ab44054
comparison
equal deleted inserted replaced
97:d18dcc963930 98:a33abae66344
244 default: 244 default:
245 break; 245 break;
246 } 246 }
247 } 247 }
248 } 248 }
249
250 // Small delay to avoid using 100% of CPU
251 SDL_Delay(1);
249 } 252 }
250 } 253 }
251 254
252 255
253 void SdlEngine::GlobalInitialize() 256 void SdlEngine::GlobalInitialize()