Skip to content

Commit

Permalink
Fixing editor compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Interrupt committed Jan 8, 2019
1 parent 7fe4be7 commit 61870ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class EditorRightClickMenu extends Scene2dMenu {

public EditorRightClickMenu(Entity e, EditorFrame editor, final JFrame wdw, Level level) {
public EditorRightClickMenu(Entity e, final EditorFrame editor, final JFrame wdw, Level level) {
super(EditorUi.getSmallSkin());
Skin skin = EditorUi.getSmallSkin();

Expand Down

0 comments on commit 61870ae

Please sign in to comment.