mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Using s8 instead of int for the page variable in lesson 2
This commit is contained in:
parent
f4d8fa0fb9
commit
f31e16e0f5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
int main() {
|
||||
u32 wpaddown;
|
||||
int page = 0;
|
||||
s8 page = 0;
|
||||
|
||||
// Font texture
|
||||
GRRLIB_texImg *text_font1 = GRRLIB_LoadTexture(font1);
|
||||
|
|
Loading…
Reference in a new issue