From cd777aa35b59bf133b98be741a91d771fa7a2c9a Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 8 Apr 2025 17:03:42 -0400 Subject: object-particle OK --- src/JSystem/JStage/JSGObject.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/JSystem/JStage/JSGObject.cpp') 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; } - -- cgit v1.2.3