Name change and const change of Drawable::drawImmediateMode(State&) to
Drawable::drawImplementation(State&) const. Various updates to the rest of the OSG to accomodate this.
This commit is contained in:
@@ -142,7 +142,7 @@ void Window::keyboardCB(unsigned char key, int x, int y)
|
||||
s_theWindow->check_if_exit();
|
||||
}
|
||||
|
||||
void Window::specialCB(int key, int x, int y)
|
||||
void Window::specialCB(int, int, int)
|
||||
{
|
||||
// s_theWindow->special(key,x,y);
|
||||
// s_theWindow->check_if_exit();
|
||||
|
||||
Reference in New Issue
Block a user