Open suyjuris opened 6 years ago
It seems that milton_main in sdl_milton.cc is expecting perf_counter to be in µs. However, on Linux it is in ns instead, and the program renders frames as fast as it can.
milton_main
sdl_milton.cc
perf_counter
It seems that
milton_main
insdl_milton.cc
is expectingperf_counter
to be in µs. However, on Linux it is in ns instead, and the program renders frames as fast as it can.