Add warning to update_time_callback

This commit is contained in:
twinaphex 2020-10-10 17:36:29 +02:00
parent 12c1677697
commit 68e56a2345

View File

@ -41,6 +41,7 @@
#define TICKER_PIXEL_PERIOD (16.666666666666668f)
/* By default, this should be a NOOP */
/* TODO/FIXME - static global variable */
static update_time_cb update_time_callback = NULL;
/* from https://github.com/kikito/tween.lua/blob/master/tween.lua */