diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
| commit | cd777aa35b59bf133b98be741a91d771fa7a2c9a (patch) | |
| tree | bab79048f8d6a6791b30e0070ee289777813aa64 /src/JSystem/JStage/JSGObject.cpp | |
| parent | 6a64986a399d4033803331596167d9a694f1fc9a (diff) | |
object-particle OK
Diffstat (limited to 'src/JSystem/JStage/JSGObject.cpp')
| -rw-r--r-- | src/JSystem/JStage/JSGObject.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/JSystem/JStage/JSGObject.cpp b/src/JSystem/JStage/JSGObject.cpp index 57559dc2..8a70ba61 100644 --- a/src/JSystem/JStage/JSGObject.cpp +++ b/src/JSystem/JStage/JSGObject.cpp @@ -51,7 +51,7 @@ s32 JStage::TObject::JSGFindNodeID(const char*) const { } /* 8026DFBC-8026DFF8 .text JSGGetNodeTransformation__Q26JStage7TObjectCFUlPA4_f */ -int JStage::TObject::JSGGetNodeTransformation(u32, MtxP mtx) const { +bool JStage::TObject::JSGGetNodeTransformation(u32, MtxP mtx) const { mtx[0][0] = 0.0f; mtx[0][1] = 0.0f; mtx[0][2] = 0.0f; @@ -64,6 +64,5 @@ int JStage::TObject::JSGGetNodeTransformation(u32, MtxP mtx) const { mtx[2][1] = 0.0f; mtx[2][2] = 0.0f; mtx[2][3] = 0.0f; - return 0; + return false; } - |
