default project: fix stupidity (#2)

This commit is contained in:
Lephe 2019-07-05 08:54:29 -04:00
parent 67e80fc081
commit fae60c518c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
int main(void)
{
dclear(color_white);
dclear(C_WHITE);
dtext(1, 1, "Sample fxSDK add-in.", C_BLACK, C_NONE);
dupdate();