mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Looping now works for OGG and tracker files (only tested with XM).
This commit is contained in:
@@ -51,7 +51,6 @@ namespace lullaby
|
||||
OggVorbis_File handle; // Handle to the file
|
||||
vorbis_info * vorbisInfo; // Info
|
||||
vorbis_comment * vorbisComment; // Comments
|
||||
bool eof; // Whether we have reached the end of the file
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user