We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9b337 commit 02dc5b3Copy full SHA for 02dc5b3
1 file changed
get/index.php
@@ -35,7 +35,7 @@
35
36
if (isset($json['motions']))
37
foreach ($json['motions'] as $k => $v) foreach($v as $k2 => $v2) foreach ($v2 as $k3 => $motion)
38
- if ($k3 == 'file') $json['motions'][$k][$k2][$k3] = '../model/' . $modelName . '/' . $motion;
+ if ($k3 == 'file' || $k3 == 'sound') $json['motions'][$k][$k2][$k3] = '../model/' . $modelName . '/' . $motion;
39
40
if (isset($json['expressions']))
41
foreach ($json['expressions'] as $k => $v) foreach($v as $k2 => $expression)
0 commit comments