diff options
| author | jussi | 2022-06-21 12:36:22 +0300 |
|---|---|---|
| committer | jussi | 2022-06-21 12:36:22 +0300 |
| commit | 36baf4c1222aee409bb62be9770798bfa7fdd302 (patch) | |
| tree | 0b2722bf160178db06bb94df68fd5244affc8986 /include/state.h | |
| parent | 6bac1a2c6364886a482530a0ef4cf849ae468806 (diff) | |
| download | reilua-enhanced-36baf4c1222aee409bb62be9770798bfa7fdd302.tar.gz reilua-enhanced-36baf4c1222aee409bb62be9770798bfa7fdd302.tar.bz2 reilua-enhanced-36baf4c1222aee409bb62be9770798bfa7fdd302.zip | |
Removed autoset fps.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/state.h b/include/state.h index 0cdbcda..7599052 100644 --- a/include/state.h +++ b/include/state.h @@ -13,7 +13,6 @@ typedef struct { bool run; lua_State *luaState; Vector2 resolution; - int targetFPS; int textureSource; /* Resources. */ /* Images. */ |
