Fix merge conflict

This commit is contained in:
baydam
2015-12-28 13:24:56 +00:00
6 changed files with 139 additions and 43 deletions
+1
View File
@@ -2744,6 +2744,7 @@ bool MainWindow::setTextureVolume(int texture_id, double volume)
if (paint->getType() == "media")
{
Media *media = static_cast<Media*>(paint.data()); // FIXME: use sharedptr cast
//Media *media = (Media *) paint.data(); // FIXME: use sharedptr cast
videoTimer->stop();
media->setVolume(volume);
videoTimer->start();