From 82771d43da99d52a277c5c7ce742535e31c82cc5 Mon Sep 17 00:00:00 2001 From: WiggleWizard <1405402+WiggleWizard@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:40:21 +0100 Subject: [PATCH] Removed old rubbish from audio emitter component --- Nuake/src/Scene/Components/AudioEmitterComponent.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Nuake/src/Scene/Components/AudioEmitterComponent.h b/Nuake/src/Scene/Components/AudioEmitterComponent.h index e30bb20c..a57863cb 100644 --- a/Nuake/src/Scene/Components/AudioEmitterComponent.h +++ b/Nuake/src/Scene/Components/AudioEmitterComponent.h @@ -16,8 +16,6 @@ namespace Nuake { static void InitializeComponentClass() { - BindComponentField<&AudioEmitterComponent::File>("FilePath", "File Path"); - BindComponentField<&AudioEmitterComponent::FilePath>("FilePath", "File Path"); ResourceFileRestriction("_AudioFile"); @@ -42,7 +40,6 @@ namespace Nuake { } public: - Ref File; ResourceFile FilePath; bool IsPlaying = false;