mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 11:53:44 -04:00
Work on d_cc_d debug (#3002)
This commit is contained in:
@@ -79,10 +79,12 @@ void e_ai_class::initCcCylinder() {
|
||||
{0x0}, // mGObjCo
|
||||
}, // mObjInf
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
80.0f, // mRadius
|
||||
250.0f // mHeight
|
||||
} // mCyl
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
80.0f, // mRadius
|
||||
250.0f // mHeight
|
||||
} // mCyl
|
||||
}
|
||||
};
|
||||
|
||||
m_ccCyl.Set(cc_cyl_src);
|
||||
|
||||
Reference in New Issue
Block a user