Missing count replacement in slideshow module

This commit is contained in:
Michael Braun 2015-08-07 15:44:41 +02:00
parent b2e7cf04c0
commit 1cec4400b3

View File

@ -34,7 +34,7 @@ missionNamespace setVariable [_varString, _currentSlide];
// Set slide
{
_x setObjectTextureGlobal [0, _images select _currentSlide];
} forEach _objects;
} count _objects;
TRACE_4("Auto-transition",_images select _currentSlide,_currentSlide,count _images,_duration);