Update src/Simulator/IncrementalRedstoneSimulator/RedstoneWireHandler.h
Co-authored-by: peterbell10 <peterbell10@live.co.uk>
This commit is contained in:
parent
83193f132c
commit
1c579f58aa
@ -38,14 +38,7 @@ public:
|
||||
else
|
||||
{
|
||||
/** Check if block is not aligned in z direction */
|
||||
if (a_Offset.z == 0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return (a_Offset.z != 0);
|
||||
}
|
||||
case E_BLOCK_ACTIVE_COMPARATOR:
|
||||
case E_BLOCK_INACTIVE_COMPARATOR:
|
||||
|
Loading…
Reference in New Issue
Block a user