Skip to content

Commit f6bae04

Browse files
committed
Fix #396
Correct bad merge conflict resolution in worker_impl.cpp
1 parent 0e77b8b commit f6bae04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/src/main/cpp/src/models/worker_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void WorkerImpl::start(jobject ktRenderer,
5353
m_lastFrameTime = frameTime;
5454
m_isStarted = true;
5555
// Conditional from CMake on whether to include miniaudio
56-
#ifdef WITH_AUDIO
56+
#ifdef WITH_RIVE_AUDIO
5757
if (auto engine = rive::AudioEngine::RuntimeEngine(false))
5858
{
5959
engine->start();

0 commit comments

Comments
 (0)