Fixes API compilation problem.

This commit is contained in:
Sebastian Hartte
2016-09-13 19:58:38 +02:00
parent 11625ea240
commit 9c561d550b
5 changed files with 67 additions and 72 deletions
@@ -195,7 +195,7 @@ public class CableBusBakedModel implements IBakedModel
*/
public List<TextureAtlasSprite> getParticleTextures( CableBusRenderState renderState )
{
CableCoreType coreType = renderState.getCableType().getCoreType();
CableCoreType coreType = CableCoreType.fromCableType( renderState.getCableType() );
AEColor cableColor = renderState.getCableColor();
if( coreType != null )