]> git.sesse.net Git - movit/commitdiff
Fix step numbering.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Oct 2012 17:21:24 +0000 (19:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 Oct 2012 17:21:24 +0000 (19:21 +0200)
effect_chain.cpp

index 1dcc463bf5028ef6e4363d34973a82cbd353f92d..b8361fef97ec1f79e65ecd71e5ef1896bd11ad7d 100644 (file)
@@ -884,11 +884,11 @@ void EffectChain::finalize()
        fix_internal_gamma_by_asking_inputs(5);
        fix_internal_gamma_by_inserting_nodes(6);
        fix_output_gamma();
        fix_internal_gamma_by_asking_inputs(5);
        fix_internal_gamma_by_inserting_nodes(6);
        fix_output_gamma();
-       output_dot("step8-output-gammafix.dot");
-       fix_internal_gamma_by_asking_inputs(9);
-       fix_internal_gamma_by_inserting_nodes(10);
+       output_dot("step7-output-gammafix.dot");
+       fix_internal_gamma_by_asking_inputs(8);
+       fix_internal_gamma_by_inserting_nodes(9);
 
 
-       output_dot("step11-final.dot");
+       output_dot("step10-final.dot");
        
        // Construct all needed GLSL programs, starting at the output.
        construct_glsl_programs(find_output_node());
        
        // Construct all needed GLSL programs, starting at the output.
        construct_glsl_programs(find_output_node());