|
@@ -104,7 +104,7 @@ namespace bs
|
|
|
((Module*)_instance())->onShutDown();
|
|
((Module*)_instance())->onShutDown();
|
|
|
|
|
|
|
|
bs_delete(_instance());
|
|
bs_delete(_instance());
|
|
|
- isDestroyed() = true;
|
|
|
|
|
|
|
+ isShutDown() = true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/** Query if the module has been started. */
|
|
/** Query if the module has been started. */
|
|
@@ -170,4 +170,4 @@ namespace bs
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/** @} */
|
|
/** @} */
|
|
|
-}
|
|
|
|
|
|
|
+}
|