Rename VoxelRenderable to ModelRenderable.

This commit is contained in:
Paul Chote
2017-06-09 09:22:40 +01:00
committed by reaperrr
parent 17089f2aee
commit 736e70df78
4 changed files with 37 additions and 37 deletions

View File

@@ -102,7 +102,7 @@ namespace OpenRA.Mods.Common.Traits.Render
initializePalettes = false;
}
return new IRenderable[] { new VoxelRenderable(
return new IRenderable[] { new ModelRenderable(
components, self.CenterPosition, 0, camera, info.Scale,
lightSource, info.LightAmbientColor, info.LightDiffuseColor,
colorPalette, normalsPalette, shadowPalette) };