build fix

This commit is contained in:
Jasper St. Pierre
2023-10-28 16:45:47 -07:00
parent 2ea47ed57d
commit 59cf9a063e
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ public:
public:
cBgS() {}
cM3dGPla* GetTriPla(cBgS_PolyInfo&) const;
cM3dGPla* GetTriPla(cBgS_PolyInfo& polyInfo) const {
return GetTriPla(polyInfo.GetBgIndex(), polyInfo.GetPolyIndex());
}
bool Regist(cBgW*, unsigned int, void*);
int Release(cBgW*);
bool LineCross(cBgS_LinChk*);