JPADrawVisitor couple funcs

This commit is contained in:
LagoLunatic
2024-01-08 18:02:31 -05:00
parent 101a096809
commit 4bd6442291
5 changed files with 164 additions and 130 deletions
+1 -1
View File
@@ -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() {}