summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-08 17:30:16 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-08 17:30:21 -0500
commit798727229c3f27de4b4a81c6168d0f12a3094b72 (patch)
treebebdd882d7fe6376144cf0c5febcfac22f072ea0 /sim.hpp
parent8b1bb7223af179e0bb6d2321165f4274f23073bd (diff)
got rid of B2_SCALE
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim.hpp b/sim.hpp
index 4833d60..8213eaf 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -142,7 +142,6 @@ typedef struct {
bool initialized;
i32 win_width, win_height; // width,height of window
- float gl_width; // width of window in GL coordinates; height is always 1
float dt; // time in seconds since last frame
m4 transform; // the transform for converting our coordinates to GL coordinates