summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-08 18:02:31 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-08 18:02:31 -0500
commit4bd6442291b46fc57e54bc3ad98cd80e5b368b45 (patch)
treef24912f4e4329a2dc33fff71b8afa6acbe34aa95 /include/JSystem/J3DGraphBase
parent101a096809e25cc24da00e60036d6de39e61d5bf (diff)
JPADrawVisitor couple funcs
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DTexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTexture.h b/include/JSystem/J3DGraphBase/J3DTexture.h
index 594cbd16..9956ed3e 100644
--- a/include/JSystem/J3DGraphBase/J3DTexture.h
+++ b/include/JSystem/J3DGraphBase/J3DTexture.h
@@ -71,7 +71,7 @@ public:
Mtx& getMtx() { return mMtx; }
void setEffectMtx(Mtx effectMtx) { mTexMtxInfo.setEffectMtx(effectMtx); }
Mtx& getViewMtx() { return mViewMtx; }
- void setViewMtx(Mtx viewMtx) { MTXCopy(viewMtx, mViewMtx); }
+ void setViewMtx(const Mtx viewMtx) { MTXCopy(viewMtx, mViewMtx); }
void getTextureSRT() {}