]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Transition.hh
simplified win32 installer build script
[chaz/yoink] / src / Moof / Transition.hh
index 07addc313c8d9fc4093f46e205e352dc563d83c0..5f8a248f91a9cefb7818fd7347bc438eedba241d 100644 (file)
@@ -121,7 +121,7 @@ public:
        void draw(Engine& engine, Scalar alpha) const
        {
                Scalar a = mInterp.getState(alpha);
-               logDebug << "transition state: " << a << std::endl;
+               logInfo << "transition state: " << a << std::endl;
 
                //glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
 
This page took 0.020188 seconds and 4 git commands to generate.