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
1 changed files with 2 additions and 0 deletions

View File

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