Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -40,7 +40,7 @@ class AudioStreamOGGVorbis;
|
||||
|
||||
class AudioStreamPlaybackOGGVorbis : public AudioStreamPlaybackResampled {
|
||||
|
||||
GDCLASS(AudioStreamPlaybackOGGVorbis, AudioStreamPlaybackResampled)
|
||||
GDCLASS(AudioStreamPlaybackOGGVorbis, AudioStreamPlaybackResampled);
|
||||
|
||||
stb_vorbis *ogg_stream;
|
||||
stb_vorbis_alloc ogg_alloc;
|
||||
@ -72,7 +72,7 @@ public:
|
||||
|
||||
class AudioStreamOGGVorbis : public AudioStream {
|
||||
|
||||
GDCLASS(AudioStreamOGGVorbis, AudioStream)
|
||||
GDCLASS(AudioStreamOGGVorbis, AudioStream);
|
||||
OBJ_SAVE_TYPE(AudioStream) //children are all saved as AudioStream, so they can be exchanged
|
||||
RES_BASE_EXTENSION("oggstr");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user