Skip to content

Commit

Permalink
fix(Composition Renderer): Hotfix for Windows users that fixes a cras…
Browse files Browse the repository at this point in the history
…h after pressing the "Render" button (thanks manjunath0520).
  • Loading branch information
SebiAi committed Feb 10, 2025
1 parent a6513ed commit c6b2165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompositionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CompositionManager : public QObject
~CompositionManager();

bool isPlaying() const { return this->player->isPlaying(); }
QString audioPath() const { return this->player->source().path(); };
QString audioPath() const { return this->player->source().toLocalFile(); };

signals:
void compositionTick(qint64 position);
Expand Down

0 comments on commit c6b2165

Please sign in to comment.