mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fix merge conflict
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user