From 798727229c3f27de4b4a81c6168d0f12a3094b72 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 8 Dec 2020 17:30:16 -0500 Subject: got rid of B2_SCALE --- sim.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sim.hpp') 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 -- cgit v1.2.3