1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +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>
// unused
Gfx sCirlceNullDList[] = {
Gfx sCircleNullDList[] = {
gsSPEndDisplayList(),
};