Fixed dynamic updates on scene rendering

This commit is contained in:
2026-03-29 19:08:58 -05:00
parent 8af961c6d3
commit 0885da8d44
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ errorret_t sceneInit(void) {
errorret_t sceneUpdate(void) {
#ifdef DUSK_TIME_DYNAMIC
if(!TIME.dynamicUpdate) {
if(TIME.dynamicUpdate) {
errorOk();
}
#endif