render mirrored
This commit is contained in:
@@ -43,7 +43,7 @@ public abstract class GameObject {
|
||||
* @param g the graphics context
|
||||
* @param trackPosition the current track position
|
||||
*/
|
||||
public abstract void draw(Graphics g, int trackPosition);
|
||||
public abstract void draw(Graphics g, int trackPosition, boolean mirrored);
|
||||
|
||||
/**
|
||||
* Updates the hit object.
|
||||
|
||||
Reference in New Issue
Block a user