mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-14 05:55:01 +01:00
static
This commit is contained in:
parent
306b84881f
commit
333c3410cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue