diff options
Diffstat (limited to 'src/sldj.h')
-rw-r--r-- | src/sldj.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ typedef struct Sldj { RenderTexture viewport; - + + uint8_t targetFps; uint32_t frameCounter; // Used for always using a 0 to 2**16 range when scanning. |