Add missing feature warning to FlashAudioSource.

This commit is contained in:
player-03
2022-01-26 12:20:10 -05:00
committed by GitHub
parent 878982e3e2
commit cda9d3a4bb

View File

@@ -119,6 +119,7 @@ class FlashAudioSource
public function getPitch():Float
{
lime.utils.Log.verbose("Pitch is not supported in Flash.");
return 1;
}