Fix mirror pool on rotation.
This commit is contained in:
parent
b9b5edb4f3
commit
9b08f742e4
@ -481,7 +481,7 @@ const INTERFACE = {
|
||||
basis_y - (9 * gui_scale),
|
||||
7,
|
||||
player_identity ^ 1,
|
||||
INTERFACE_DATA.mode == INTERFACE.Mode.Local && INTERFACE_DATA.mirror && ((INTERFACE_DATA.player & 1) ^ INTERFACE_DATA.rotate) == 0
|
||||
INTERFACE_DATA.mode == INTERFACE.Mode.Local && INTERFACE_DATA.mirror
|
||||
);
|
||||
|
||||
// Draw informational text
|
||||
|
Loading…
x
Reference in New Issue
Block a user