ZRE
ZRE
This is because PR #162 would result in a large amount of OpenGL Severity NOTIFICATION. Besides commenting out, you can also try this method.  The reason why commenting out...
It work but not elegant https://github.com/NTUT-FUCK-PTSD/practical-tools-for-simple-design/commit/c4631295eacd13b3e0e9ebe45cf841f4f80874af Original code `SDL_Delay(static_cast(frameTime - Util::Time::GetDeltaTime()));` is incorrect , milliseconds-seconds
> > > It work but not elegant [NTUT-FUCK-PTSD@c463129](https://github.com/NTUT-FUCK-PTSD/practical-tools-for-simple-design/commit/c4631295eacd13b3e0e9ebe45cf841f4f80874af) > > > Original code `SDL_Delay(static_cast(frameTime - Util::Time::GetDeltaTime()));` is incorrect , milliseconds-seconds > > > > > > We are working...