we need to be more public about things

This commit is contained in:
UnknownShadow200 2017-04-09 17:19:27 +10:00
parent 19e2ff846c
commit eaab271d08

View File

@ -109,7 +109,7 @@ namespace ClassicalSharp.Entities {
return game.World.SafeGetBlock(Vector3I.Floor(coords));
}
internal Matrix4 TransformMatrix(float scale, Vector3 pos) {
public Matrix4 TransformMatrix(float scale, Vector3 pos) {
return
Matrix4.RotateZ(-RotZ * Utils.Deg2Rad) *
Matrix4.RotateX(-RotX * Utils.Deg2Rad) *