Remove pool mirror outside of local play.

This commit is contained in:
yukirij 2024-09-05 12:17:37 -07:00
parent 31947711c1
commit b9b5edb4f3

View File

@ -481,7 +481,7 @@ const INTERFACE = {
basis_y - (9 * gui_scale), basis_y - (9 * gui_scale),
7, 7,
player_identity ^ 1, player_identity ^ 1,
INTERFACE_DATA.mirror && ((INTERFACE_DATA.player & 1) ^ INTERFACE_DATA.rotate) == 0 INTERFACE_DATA.mode == INTERFACE.Mode.Local && INTERFACE_DATA.mirror && ((INTERFACE_DATA.player & 1) ^ INTERFACE_DATA.rotate) == 0
); );
// Draw informational text // Draw informational text