mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-26 15:06:42 +01:00
Added missing whitespace
This commit is contained in:
parent
2201d87da7
commit
ffd605f8ac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public abstract class TranslatingContraption extends Contraption {
|
|||
return Collections.emptySet();
|
||||
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
||||
cachedColliderDirection = movementDirection;
|
||||
cachedColliders= createColliders(world, movementDirection);
|
||||
cachedColliders = createColliders(world, movementDirection);
|
||||
}
|
||||
return cachedColliders;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue