daPy_lk_c::procBottleOpen

This commit is contained in:
LagoLunatic
2025-06-14 17:00:59 -04:00
parent 3bd775e04d
commit b465138e9c
6 changed files with 175 additions and 7 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ public:
void Set(const cCcD_SrcCpsAttr& pSrc) {
cM3dGCps::Set(pSrc.mCps);
}
void Set(const cXyz& pStart, const cXyz& pEnd, float radius) {
void Set(const cXyz& pStart, const cXyz& pEnd, f32 radius) {
cM3dGCps::Set(pStart, pEnd, radius);
}