This commit is contained in:
DeltaNedas 2020-10-17 12:16:47 +01:00
parent 05b77d787e
commit 54b0d308be

View File

@ -269,7 +269,7 @@ public class Planet extends UnlockableContent{
return true;
}
public void draw(Mat3D projection, Mat3d Transform){
public void draw(Mat3D projection, Mat3D Transform){
mesh.render(projection, transform);
}
}