mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 21:48:57 -05:00
Set initialize to true after initialization
This commit is contained in:
@@ -384,6 +384,7 @@ void Layer::initialize() {
|
||||
if (_tileProvider) {
|
||||
_tileProvider->initialize();
|
||||
}
|
||||
_isInitialized = true;
|
||||
}
|
||||
|
||||
void Layer::deinitialize() {
|
||||
|
||||
Reference in New Issue
Block a user