]> git.sesse.net Git - ultimatescore/blobdiff - nageru/ultimate.lua
Remove some obsolete references to CasparCG.
[ultimatescore] / nageru / ultimate.lua
index 586b36d7223cb0b29fc6de1d24dd85aa4d45fa55..3f51fd87379f921e3509422a6b6146d9f4b53032 100644 (file)
@@ -292,7 +292,7 @@ local simple_chains = make_cartesian_product({
        return make_simple_chain(input_deint, input_scale, has_overlay, hq)
 end)
 
--- A chain to show a single static picture on screen. Never with CasparCG overlay.
+-- A chain to show a single static picture on screen. Never with HTML overlay.
 local static_chains = make_cartesian_product({
        {true, false}            -- hq
 }, function(hq)