summaryrefslogtreecommitdiff
path: root/libs/JSystem/J3DGraphBase/J3DPacket.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2022-12-31 10:08:55 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2022-12-31 10:08:55 -0800
commita63552bc8076ffc0ca92727cb62e36783d476d55 (patch)
treea21a5e3dc84cad7f2d636b769d186403182365f5 /libs/JSystem/J3DGraphBase/J3DPacket.cpp
parentd7480d5d8bf998c2ece5cbd76374deb8e279e77c (diff)
build fix, J3DModelData::newSharedDisplayList OK
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DPacket.cpp')
-rw-r--r--libs/JSystem/J3DGraphBase/J3DPacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DPacket.cpp b/libs/JSystem/J3DGraphBase/J3DPacket.cpp
index adbaad7917..109074b753 100644
--- a/libs/JSystem/J3DGraphBase/J3DPacket.cpp
+++ b/libs/JSystem/J3DGraphBase/J3DPacket.cpp
@@ -209,7 +209,7 @@ SECTION_DATA static s32 sSizeOfDiffered[8] = {
J3DDrawPacket::J3DDrawPacket() {
mFlags = 0;
mpDisplayListObj = NULL;
- mpTexMtx = NULL;
+ mpTexMtxObj = NULL;
}
/* 803127B0-8031280C 30D0F0 005C+00 3/2 0/0 0/0 .text __dt__13J3DDrawPacketFv */