1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

assume that the player is found if not rendering rug

This commit is contained in:
Zeno Rogue 2018-09-02 15:11:35 +02:00
parent b80583cf08
commit d2c22a857a

View File

@ -1512,6 +1512,8 @@ void actDraw() {
renderlate--;
prepareTexture();
}
// do not display button
else playerfound = true;
stereo::set_viewport(0);
physics();
drawRugScene();