mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-04-04 09:37:11 +02:00
default project: fix stupidity (#2)
This commit is contained in:
parent
67e80fc081
commit
fae60c518c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue