From 29cf07920c9e5d862368f068a44f6688975e9d05 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 6 Feb 2019 16:35:04 +0100 Subject: [PATCH] no more crashes in some animations --- screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.cpp b/screenshot.cpp index cf6766c6..9078fb07 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -496,7 +496,7 @@ ld circle_radius = acosh(2.), circle_spins = 1; void moved() { optimizeview(); if(cheater || autocheat) { - if(hyperbolic && memory_saving_mode && cwt.at != centerover.at && !quotient) { + if(hyperbolic && memory_saving_mode && centerover.at && gmatrix.size() && cwt.at != centerover.at && !quotient) { if(isNeighbor(cwt.at, centerover.at)) { cwt.spin = neighborId(centerover.at, cwt.at); flipplayer = true;