From 70def6c15e1d6e0c7df538c6325a25e5056b613e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 24 Mar 2018 15:22:21 +0100 Subject: [PATCH] preset cwtV to Id, just in case --- hypgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index dd0d2f50..9cc00232 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -292,7 +292,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) { // game-related graphics transmatrix View; // current rotation, relative to viewctr -transmatrix cwtV; // player-relative view +transmatrix cwtV = Id; // player-relative view transmatrix sphereflip; // on the sphere, flip heptspin viewctr; // heptagon and rotation where the view is centered at bool playerfound; // has player been found in the last drawing?