This commit is contained in:
lepelog
2026-06-29 00:24:16 +02:00
parent abfd3771a0
commit 13b68b65df
5 changed files with 88 additions and 73 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
/** a process for drawing shapes directly */
class dShpProcBase_c : public m3d::proc_c {
public:
dShpProcBase_c(): mLightSetId(1) {}
dShpProcBase_c() : mLightSetId(1) {}
virtual ~dShpProcBase_c() {}
void setResMat(nw4r::g3d::ResMat mat);