Add background image configuration to swaroop variant.
[dcpomatic.git] / src / lib / hints.cc
index 8979b6b4ce3941a95f3e0ace2f69298866c6738b..185626983ac171538f24cfcbb4f87edcdc7f0e41 100644 (file)
@@ -266,7 +266,7 @@ Hints::thread ()
        shared_ptr<Player> player (new Player (film, film->playlist ()));
        player->set_ignore_video ();
        player->set_ignore_audio ();
-       player->Text.connect (bind(&Hints::text, this, _1, _2, _3));
+       player->Text.connect (bind(&Hints::text, this, _1, _2, _4));
        while (!player->pass ()) {
                bind (boost::ref(Pulse));
        }