1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00

Fixed misspelling of circle in z_fbdemo_circle.c (#105)

This commit is contained in:
Lucas Shaw 2020-05-01 10:15:10 -07:00 committed by GitHub
parent 9f98210488
commit 1be400f5c4
No account linked to committer's email address

View file

@ -1,7 +1,7 @@
#include <global.h>
// unused
Gfx sCirlceNullDList[] = {
Gfx sCircleNullDList[] = {
gsSPEndDisplayList(),
};