Comment out dead code to avoid warning, for https://github.com/iceiix/steven/issues/1

This commit is contained in:
ice_iix 2018-09-29 17:53:01 -07:00
parent 84cbc3d00e
commit d704edaf81
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ enum PlayerModelPart {
ArmLeft = 4, ArmLeft = 4,
ArmRight = 5, ArmRight = 5,
NameTag = 6, NameTag = 6,
Cape = 7, //Cape = 7, // TODO
} }
// TODO: Setup culling // TODO: Setup culling