mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
Check for selfinclusion of assets (closes #1032)
Make sure that OpenSpace doesn't crash when bailing out early
This commit is contained in:
@@ -61,8 +61,6 @@ public:
|
||||
*/
|
||||
Asset(AssetLoader* loader, SynchronizationWatcher* watcher, std::string assetPath);
|
||||
|
||||
~Asset() = default;
|
||||
|
||||
std::string id() const;
|
||||
const std::string& assetFilePath() const;
|
||||
bool hasAssetFile() const;
|
||||
|
||||
Reference in New Issue
Block a user