Skip to content

Commit

Permalink
Merge pull request #41 from Interrupt/fixes/save-level-broken-path
Browse files Browse the repository at this point in the history
Fixing issue where filename was getting assigned to the full path.
  • Loading branch information
Interrupt authored Apr 22, 2020
2 parents d0a7599 + 3e72bad commit 865f8ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,6 @@ public void open(FileHandle fileHandle) {

FileHandle levelFileHandle = Gdx.files.getFileHandle(fileHandle.file().getAbsolutePath(), Files.FileType.Absolute);
if(levelFileHandle.exists()) {
currentFileName = levelFileHandle.path();
setTitle(currentFileName);

Level openLevel;
Expand Down

0 comments on commit 865f8ff

Please sign in to comment.