From b04d5702719eca30a95d1db2a927b6605ebd3477 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 10 Feb 2025 01:12:55 -0700 Subject: Some fast math stuff added --- src/sldj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sldj.h') diff --git a/src/sldj.h b/src/sldj.h index 7788a86..d64b99c 100644 --- a/src/sldj.h +++ b/src/sldj.h @@ -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. -- cgit v1.2.3