diff options
Diffstat (limited to 'res/raw/rollo2.c')
-rw-r--r-- | res/raw/rollo2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/raw/rollo2.c b/res/raw/rollo2.c index ad7b18f..eb87063 100644 --- a/res/raw/rollo2.c +++ b/res/raw/rollo2.c @@ -246,7 +246,7 @@ void draw_home_button() { color(1.0f, 1.0f, 1.0f, 1.0f); - bindTexture(NAMED_PFTexLinear, 0, params->homeButtonId); + bindTexture(NAMED_PFTexLinear, 0, state->homeButtonId); float scale = 2.0f / SCREEN_WIDTH_PX; |