Jelajahi Sumber

Update M3DWrapper.h

Kim Kulling 4 tahun lalu
induk
melakukan
aeae2cf242
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      code/AssetLib/M3D/M3DWrapper.h

+ 1 - 1
code/AssetLib/M3D/M3DWrapper.h

@@ -96,7 +96,7 @@ public:
 	explicit operator bool() const;
 
 	// Allow direct access to M3D API
-	m3d_t *operator->();
+	m3d_t *operator->() const;
 	m3d_t *M3D() const;
 
 private: