This commit is contained in:
nora 2021-01-01 18:15:17 +01:00
parent 306b84881f
commit 333c3410cb

View file

@ -219,7 +219,7 @@ public class RenderEngine extends JPanel {
/**
* Holds all information about a shape to be drawn
*/
private class ShapeDrawContainer {
private static class ShapeDrawContainer {
public Vector2D pos;
public Vector2D size;
public Vector2D center;