Merge branch 'master' into feature/PerformanceATM

# Conflicts:
#	data/assets/default.scene
#	data/assets/scene/solarsystem/planets/earth/earth.asset
This commit is contained in:
Alexander Bock
2018-03-14 23:26:56 -04:00
70 changed files with 1333 additions and 229 deletions
+2 -1
View File
@@ -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,