Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7e0ae45

Browse files
committed
[Bug 19630] Fix setting the iphoneSetAudioCategory
1 parent b06b0b1 commit 7e0ae45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/mblhandlers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ Exec_stat MCHandleSetAudioCategory(void *context, MCParameter *p_parameters)
26272627
t_category = kMCSoundAudioCategoryUnknown;
26282628
if (t_success)
26292629
{
2630-
MCSoundAudioCategoryFromString(*t_category_string);
2630+
t_category = MCSoundAudioCategoryFromString(*t_category_string);
26312631
}
26322632

26332633
if (t_success)

0 commit comments

Comments
 (0)