Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -130,6 +130,8 @@ static void waitTimePoint() {
now = get_time();
}
last_frame = now/mspf;
int64_t over = now - (last_frame*mspf);
if (over > 1) LOG(WARNING) << "Timer off by " << over << "ms";
}
void ftl::timer::setInterval(int ms) {
Loading