From 5084764275752ed9bf33098a16db8839200db494 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 20 Mar 2022 09:52:32 +0100 Subject: [PATCH] rogueviz:: missing variables from objmodels --- rogueviz/rogueviz.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rogueviz/rogueviz.h b/rogueviz/rogueviz.h index 4f08cbf2..725a5e6b 100644 --- a/rogueviz/rogueviz.h +++ b/rogueviz/rogueviz.h @@ -263,6 +263,8 @@ namespace objmodels { inline ld prec = 1; + inline bool shift_to_ctr = false; + struct object { hpcshape sh; basic_textureinfo tv; @@ -272,6 +274,7 @@ namespace objmodels { struct model_data : gi_extension { ld prec_used; vector> objs; + vector objindex; void render(const shiftmatrix& V); };