Typo renderCoveredConection

This commit is contained in:
thatsIch
2014-09-21 01:51:06 +02:00
parent b617b0cc60
commit 84ca94014c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ public class PartDenseCable extends PartCable
else if ( isSmart( of ) )
renderSmartConection( x, y, z, rh, renderer, channelsOnSide[of.ordinal()], of );
else
renderCoveredConection( x, y, z, rh, renderer, channelsOnSide[of.ordinal()], of );
renderCoveredConnection( x, y, z, rh, renderer, channelsOnSide[of.ordinal()], of );
}
rh.setTexture( getDenseTexture( getCableColor() ) );