mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Several collision fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
const zeus::CVector3f CScriptCameraPitchVolume::skScaleFactor = {0.5f};
|
||||
const zeus::CVector3f CScriptCameraPitchVolume::skScaleFactor = zeus::CVector3f(0.5f);
|
||||
|
||||
CScriptCameraPitchVolume::CScriptCameraPitchVolume(TUniqueId uid, bool active, std::string_view name,
|
||||
const CEntityInfo& info, const zeus::CVector3f& scale,
|
||||
|
||||
Reference in New Issue
Block a user