diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-21 21:28:50 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-21 21:28:50 -0600 |
commit | ff2c529dda20dba1ea7ef21f46703d59fb49178b (patch) | |
tree | 306f7b2749b4a7349f7dd2a505cd8b41c75942f9 /src/gameScreen.h | |
parent | 0387c05d7d4b784b91ea35b88caa12c4fc9fd6d3 (diff) |
Better looking gyro
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index c0169c6..20872b3 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -13,7 +13,6 @@ typedef struct GameScreen { Vector2 gyroscopePosition; Camera3D gyroscopeCamaera; RenderTexture gyroscopeTexture; - Model gyroscopeModel; } GameScreen; void initGameScreen(GameScreen * gameScreen); |