Skip to content

Commit

Permalink
PlayerBaseControl: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Mar 7, 2024
1 parent 7dc6bf3 commit f861ae7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public void controlUpdate(float tpf) {

@Override
public void onAction(String name, boolean isPressed, float tpf) {
//To change body of generated methods, choose Tools | Templates.
if (name.equals(InputMapping.MOVE_FORWARD)) {
_MoveForward = isPressed;
} else if (name.equals(InputMapping.MOVE_BACKWARD)) {
Expand All @@ -127,7 +126,6 @@ public void stop() {

@Override
protected void controlRender(RenderManager rm, ViewPort vp) {
//To change body of generated methods, choose Tools | Templates.
}

/**
Expand Down

0 comments on commit f861ae7

Please sign in to comment.