From b5e932c493742411fdcef695be5879b729d115c8 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Wed, 16 Apr 2025 00:09:31 +0300 Subject: A Little j3d work (#2396) --- include/JSystem/J3DGraphBase/J3DVertex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/J3DGraphBase') diff --git a/include/JSystem/J3DGraphBase/J3DVertex.h b/include/JSystem/J3DGraphBase/J3DVertex.h index ccc247c0dd..c6def61e96 100644 --- a/include/JSystem/J3DGraphBase/J3DVertex.h +++ b/include/JSystem/J3DGraphBase/J3DVertex.h @@ -102,7 +102,7 @@ public: void* getTransformedVtxPos(int idx) { return mTransformedVtxPosArray[idx]; } void* getTransformedVtxNrm(int idx) { return mTransformedVtxNrmArray[idx]; } - J3DVertexData* getVertexData() { return mVtxData; } + J3DVertexData* getVertexData() const { return mVtxData; } void swapTransformedVtxPos() { void* tmp = mTransformedVtxPosArray[0]; -- cgit v1.2.3