mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-06 06:09:52 +03:00
Removed old rubbish from audio emitter component
This commit is contained in:
@@ -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> File;
|
||||
ResourceFile FilePath;
|
||||
|
||||
bool IsPlaying = false;
|
||||
|
||||
Reference in New Issue
Block a user