mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 17:03:05 +00:00
refactor: use zone reference in AssetLoader
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
class AssetLoadingActions
|
||||
{
|
||||
protected:
|
||||
Zone* m_zone;
|
||||
|
||||
public:
|
||||
explicit AssetLoadingActions(Zone* zone);
|
||||
explicit AssetLoadingActions(Zone& zone);
|
||||
|
||||
protected:
|
||||
Zone& m_zone;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user