mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-20 03:30:18 +00:00
Move to shared pointer
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
/**
|
||||
* Attached rebuild component.
|
||||
*/
|
||||
RebuildComponent* m_Rebuild;
|
||||
std::shared_ptr<RebuildComponent> m_Rebuild;
|
||||
|
||||
/**
|
||||
* If the switch is on or off.
|
||||
|
||||
Reference in New Issue
Block a user