feat: working pgn simulation
All checks were successful
Linux arm64 / Build (push) Successful in 56s
All checks were successful
Linux arm64 / Build (push) Successful in 56s
This commit is contained in:
@@ -23,7 +23,7 @@ public class Camera {
|
||||
|
||||
public Camera() {
|
||||
this.pos = new Vector3f(0.0f, camHeight, 0.0f);
|
||||
setRotateAngle(0.0f);
|
||||
setRotateAngle((float) Math.PI);
|
||||
}
|
||||
|
||||
public void move(float x, float y) {
|
||||
|
||||
Reference in New Issue
Block a user