From 4bd6442291b46fc57e54bc3ad98cd80e5b368b45 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 8 Jan 2024 18:02:31 -0500 Subject: JPADrawVisitor couple funcs --- include/JSystem/J3DGraphBase/J3DTexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/J3DGraphBase') 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() {} -- cgit v1.2.3