diff options
| author | Aetias <aetias@outlook.com> | 2025-05-29 12:38:15 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-29 12:38:15 +0200 |
| commit | 5739c36160430ecb777bc5a71065d00732353cfa (patch) | |
| tree | 778218e4347d2bfdadfa921ff4a8d57480ccccdc /src/00_Core/Actor/Actor.cpp | |
| parent | d29c7c377e2808686d915992ef149a8652009e98 (diff) | |
`Actor::vfunc_08` -> `Actor::Init`
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index db721414..20ba75ae 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -113,7 +113,7 @@ ARM Actor::Actor() : ARM Actor::~Actor() {} -ARM bool Actor::vfunc_08() { +ARM bool Actor::Init() { return true; } |
