Move preloader update code to new function preloaderlogic()

Otherwise the preloader will go by way too quickly.
This commit is contained in:
Misa
2020-05-04 10:06:07 -07:00
committed by Ethan Lee
parent 97b8e062ff
commit b5b958561c
3 changed files with 10 additions and 1 deletions

View File

@@ -7,4 +7,6 @@
void preloaderrender();
void preloaderlogic();
#endif /* PRELOADER_H */