ZRE

Results 3 comments of 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. ![image](https://github.com/ntut-open-source-club/practical-tools-for-simple-design/assets/25154413/204ce142-68a0-4850-a19b-9bba9185a93a) 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...