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:
parent
9f98210488
commit
1be400f5c4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <global.h>
|
||||
|
||||
// unused
|
||||
Gfx sCirlceNullDList[] = {
|
||||
Gfx sCircleNullDList[] = {
|
||||
gsSPEndDisplayList(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue