Added parentheses back

This commit is contained in:
Michael Braun 2015-08-07 15:35:52 +02:00
parent 60e4c2e601
commit d192f7eea4

View File

@ -46,4 +46,4 @@ _animations = [
];
// Select random animation
(_animations select floor random count _animations)
(_animations select (floor (random (count _animations))))