mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
drawing tool and shape editor can now be used with texture mode enabled
This commit is contained in:
@@ -2542,7 +2542,7 @@ void celldrawer::draw() {
|
||||
return;
|
||||
}
|
||||
|
||||
if((cmode & sm::DRAW) && texture::config.tstate == texture::tsActive && !mouseout() && c)
|
||||
if((cmode & sm::DRAW) && mapeditor::intexture && !mouseout() && c)
|
||||
mapeditor::draw_texture_ghosts(c, V);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user