From b24b477fc4b641e58069455cdabfe80d5d0995b4 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 21 Apr 2024 05:27:47 -0700 Subject: d_a_tag_firewall done (#2137) * mostly fix TVec3 ctors * d_a_tag_firewall done * remove asm --- include/JSystem/J2DGraph/J2DPane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/J2DGraph') diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h index 09f8c388fd..ae13d386bb 100644 --- a/include/JSystem/J2DGraph/J2DPane.h +++ b/include/JSystem/J2DGraph/J2DPane.h @@ -69,7 +69,7 @@ public: void clip(const JGeometry::TBox2& bounds); void setBasePosition(J2DBasePosition position); void setInfluencedAlpha(bool arg1, bool arg2); - JGeometry::TVec3 getGlbVtx(u8 arg1) const; + Vec getGlbVtx(u8 arg1) const; J2DPane* getFirstChildPane(); J2DPane* getNextChildPane(); J2DPane* getParentPane(); -- cgit v1.2.3