forgot fmod->fmod3 exception!

This commit is contained in:
Brian Matzon 2004-07-17 23:31:25 +00:00
parent c4a3500cf5
commit 60c7ddb7fe
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void throwOpenALException(JNIEnv * env, const char * err) {
}
void throwFMODException(JNIEnv * env, const char * err) {
throwGeneralException(env, "org/lwjgl/fmod/FMODException", err);
throwGeneralException(env, "org/lwjgl/fmod3/FMODException", err);
}
void throwException(JNIEnv * env, const char * err) {