mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Merge branch 'master' into feature/PerformanceATM
# Conflicts: # data/assets/default.scene # data/assets/scene/solarsystem/planets/earth/earth.asset
This commit is contained in:
@@ -83,7 +83,8 @@ public:
|
||||
void clearSynchronizations();
|
||||
std::vector<std::shared_ptr<ResourceSynchronization>> ownSynchronizations() const;
|
||||
|
||||
void syncStateChanged(ResourceSynchronization::State s);
|
||||
void syncStateChanged(std::shared_ptr<ResourceSynchronization> sync,
|
||||
ResourceSynchronization::State s);
|
||||
|
||||
/**
|
||||
* Load this asset and return true if successful,
|
||||
|
||||
Reference in New Issue
Block a user