Erwan
-Improved JGE texture loading, improved Wagic cache - Jge small changes in mp3 methods
This commit is contained in:
@@ -28,7 +28,12 @@ JMusic::~JMusic()
|
||||
}
|
||||
|
||||
void JMusic::Update(){
|
||||
//if (mTrack) mTrack->update();
|
||||
|
||||
}
|
||||
|
||||
int JMusic::getPlayTime(){
|
||||
if (mTrack) return mTrack->playTime();
|
||||
return 0;
|
||||
}
|
||||
|
||||
JSample::JSample()
|
||||
|
||||
Reference in New Issue
Block a user