Skip to content

Commit

Permalink
compaudio: props public
Browse files Browse the repository at this point in the history
  • Loading branch information
inanevin committed Jan 25, 2025
1 parent 2a17afe commit 7d5bb8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LinaCore/include/Core/World/Components/CompAudio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespace Lina
void Stop();
void Pause();
void Rewind();
void SetupProperties();

virtual void SaveToStream(OStream& stream) const override
{
Expand Down Expand Up @@ -114,8 +115,6 @@ namespace Lina
}

private:
void SetupProperties();

private:
LINA_REFLECTION_ACCESS(CompAudio);
ResourceID m_audio = 0;
Expand Down

0 comments on commit 7d5bb8a

Please sign in to comment.