mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-19 02:18:50 -05:00
Work on asset synchronization and initialization
This commit is contained in:
@@ -35,12 +35,11 @@ HttpSynchronization::HttpSynchronization(const ghoul::Dictionary& dict)
|
||||
|
||||
}
|
||||
|
||||
bool HttpSynchronization::needsSync() {
|
||||
return true;
|
||||
}
|
||||
|
||||
documentation::Documentation HttpSynchronization::Documentation() {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user