Remove call to deleted init function

This commit is contained in:
amzn-mike
2021-05-13 19:52:00 -05:00
parent b7891f4fb6
commit ba4439c397
@@ -114,7 +114,6 @@ namespace AZ
extern "C" AZ_DLL_EXPORT void InitializeDynamicModule(void* env)
{
AZ::Environment::Attach(static_cast<AZ::EnvironmentInstance>(env));
AZ::SceneAPI::FbxSceneBuilder::Initialize();
}
extern "C" AZ_DLL_EXPORT void Reflect(AZ::SerializeContext* context)
{