Tweak BatteryInfo

This commit is contained in:
Wojtek Figat
2021-01-11 16:38:12 +01:00
parent 1d2e2e5575
commit 6252c111b4
3 changed files with 38 additions and 32 deletions

View File

@@ -199,7 +199,7 @@ public:
/// Gets the current state of the audio playback (playing/paused/stopped).
/// </summary>
/// <returns>The value.</returns>
API_PROPERTY() FORCE_INLINE States GetState() const
API_PROPERTY() FORCE_INLINE AudioSource::States GetState() const
{
return _state;
}