Set initialize to true after initialization

This commit is contained in:
Ylva Selling
2023-06-09 10:31:57 -04:00
parent 7a0472fa35
commit ad58c695bf
+1
View File
@@ -384,6 +384,7 @@ void Layer::initialize() {
if (_tileProvider) {
_tileProvider->initialize();
}
_isInitialized = true;
}
void Layer::deinitialize() {