diff options
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h b/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h index c935e1f1b..65cf32204 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h +++ b/src/Simulator/IncrementalRedstoneSimulator/RedstoneTorchHandler.h @@ -79,7 +79,7 @@ public: { if (Adjacent != GetOffsetAttachedTo(a_Position, a_Meta)) { - UpdateAdjustedRelatives(a_Chunk, CurrentlyTicking, a_Position + Adjacent); + UpdateAdjustedRelative(a_Chunk, CurrentlyTicking, a_Position + Adjacent); } } } |