minor c_bg_s work

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