From 9deeec4207e01d5f03e6c89c8a2f6d280c932239 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 17 Dec 2024 14:51:59 -0700 Subject: [PATCH] Fix --- LEGO1/lego/legoomni/src/actors/act3actors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/actors/act3actors.cpp b/LEGO1/lego/legoomni/src/actors/act3actors.cpp index b55d5c14..d29ef0fc 100644 --- a/LEGO1/lego/legoomni/src/actors/act3actors.cpp +++ b/LEGO1/lego/legoomni/src/actors/act3actors.cpp @@ -617,7 +617,7 @@ MxResult Act3Brickster::FUN_100417c0() // FUNCTION: BETA10 0x1001b017 MxS32 Act3Brickster::FUN_10042300() { - // TODO: Has poor inlining, possibly can be fixed by changing the assignment operator in vector.h + // TODO: Has poor inlining, can be fixed by changing the assignment operator in vector.h // See extended comment in vector.h for operator= Act3* a3 = (Act3*) m_world;