]> Dogcows Code - chaz/yoink/blobdiff - src/Main.cc
cleaned up interpolator classes
[chaz/yoink] / src / Main.cc
index 2cd0f0c08aaf87f62fe3a2ba99c17684a0309a60..510a9b1b3a1e8bedc3f78926859842e32f3d8785 100644 (file)
@@ -53,7 +53,7 @@
 Main::Main()
 {
        mDispatchHandler = Mf::core.addHandler("video.newcontext",
-                       boost::bind(&Main::contextRecreated));
+                       boost::bind(&Main::contextCreated));
        setupGL();
 }
 
@@ -195,7 +195,7 @@ void Main::setupGL()
        //glMatrixMode(GL_MODELVIEW);
 }
 
-void Main::contextRecreated()
+void Main::contextCreated()
 {
        // whenever the context is destroyed and a new one created, it probably
        // won't contain our state so we need to set that up again
This page took 0.018772 seconds and 4 git commands to generate.