]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Transition.hh
refactoring needed for win32 crash
[chaz/yoink] / src / Moof / Transition.hh
index f200729ec6bba01bde3ab802f7313fcaf16eefc6..dfc2602ec988bbe3bb6fd692a2cd56bd86ed036e 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <boost/shared_ptr.hpp>
 
-#include <Moof/Engine.hh>
+#include <Moof/Core.hh>
 #include <Moof/Interpolator.hh>
 #include <Moof/Layer.hh>
 #include <Moof/Log.hh>
@@ -66,9 +66,9 @@ public:
        }
 
 
-       void poppedFromEngine()
+       void removedFromCore()
        {
-               if (mTo) engine.push(mTo);
+               if (mTo) core.push(mTo);
        }
 
        void update(Scalar t, Scalar dt)
@@ -81,7 +81,7 @@ public:
                if (mInterp.isDone())
                {
                        // to should /replace/ this
-                       engine.pop(this);
+                       core.pop(this);
                }
        }
 
This page took 0.019156 seconds and 4 git commands to generate.