Add TODO to see if we can make better choices of time sources

This commit is contained in:
Henrik Rydgård 2022-05-29 21:06:20 +02:00
parent 13e7b584b2
commit 97ee888aab

View file

@ -19,6 +19,8 @@
#endif
#include <ctime>
// TODO: https://github.com/floooh/sokol/blob/9a6237fcdf213e6da48e4f9201f144bcb2dcb46f/sokol_time.h#L229-L248
static double curtime = 0;
#ifdef _WIN32