forked from SuperTux/supertux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PathGameObject saveable check now checks for references in all sectors
Fixes an issue, introduced in SuperTux#2320, regarding the `PathGameObject::is_saveable()` function's implementation. The issue caused paths to not be saveable, if the current sector, opened in the editor, does not have any PathObjects that reference them. The check is now performed for all sectors in a level.
- Loading branch information
1 parent
23131b0
commit ab13865
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters