mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +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>
|
#include <global.h>
|
||||||
|
|
||||||
// unused
|
// unused
|
||||||
Gfx sCirlceNullDList[] = {
|
Gfx sCircleNullDList[] = {
|
||||||
gsSPEndDisplayList(),
|
gsSPEndDisplayList(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue