Bug 1073036. Fix an assertion string that I forgot about.
This commit is contained in:
@@ -548,7 +548,7 @@ ShaderProgramOGL::GetProgram()
|
||||
NS_WARNING("Shader could not be initialised");
|
||||
}
|
||||
}
|
||||
MOZ_ASSERT(HasInitialized(), "Attempting to activate a program that's not in use!");
|
||||
MOZ_ASSERT(HasInitialized(), "Attempting to get a program that's not been initialized!");
|
||||
return mProgram;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user