1
0
Fork 0
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:
Lucas Shaw 2020-05-01 10:15:10 -07:00 committed by GitHub
parent 9f98210488
commit 1be400f5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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