David Rose 17 years ago
parent
commit
0d53d180a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/osxdisplay/osxGraphicsWindow.I

+ 1 - 1
panda/src/osxdisplay/osxGraphicsWindow.I

@@ -14,7 +14,7 @@
 
 
 
-inline void OsxGraphicsWindow::SendKeyEvent( ButtonHandle  key, bool down)
+inline void osxGraphicsWindow::SendKeyEvent( ButtonHandle  key, bool down)
 {
     if(down)
 		_input_devices[0].button_down(key);