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 --- libs/JSystem/J2DGraph/J2DPane.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/JSystem/J2DGraph/J2DPane.cpp') diff --git a/libs/JSystem/J2DGraph/J2DPane.cpp b/libs/JSystem/J2DGraph/J2DPane.cpp index 33c6f907a7..0d8f67c3c4 100644 --- a/libs/JSystem/J2DGraph/J2DPane.cpp +++ b/libs/JSystem/J2DGraph/J2DPane.cpp @@ -610,8 +610,8 @@ void J2DPane::setInfluencedAlpha(bool influencedAlpha, bool param_1) { } /* 802F79A8-802F7A8C 2F22E8 00E4+00 0/0 3/3 0/0 .text getGlbVtx__7J2DPaneCFUc */ -JGeometry::TVec3 J2DPane::getGlbVtx(u8 param_0) const { - JGeometry::TVec3 out; +Vec J2DPane::getGlbVtx(u8 param_0) const { + Vec out; if (param_0 >= 4) { out.x = 0; out.y = 0; -- cgit v1.2.3