1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Fixes in PR #50 (2)

- Fix a typo
This commit is contained in:
Random 2020-04-05 16:01:46 +02:00
parent 02eaaa2039
commit 62c6549eec

View File

@ -271,7 +271,7 @@ typedef struct GraphicsContext {
/* 0x02E0 */ char unk_2E0[0x04];
/* 0x02E4 */ u32 viFeatures;
/* 0x02E8 */ s32 fbIdx;
/* 0x02EC */ void (*callback)(struct GraphicsContex*, u32);
/* 0x02EC */ void (*callback)(struct GraphicsContext*, u32);
/* 0x02F0 */ u32 callbackParam;
/* 0x02F4 */ f32 xScale;
/* 0x02F8 */ f32 yScale;