Guard assert in DisplayObject.performFrameNavigation

This commit is contained in:
Till Schneidereit 2014-11-19 18:02:37 +01:00
Родитель ca852517c2
Коммит 900c42275f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -477,7 +477,8 @@ module Shumway.AVM2.AS.flash.display {
runScripts = DisplayObject._runScripts;
}
assert(DisplayObject._advancableInstances.length < 1024 * 16, "Too many advancable instances.");
release || assert(DisplayObject._advancableInstances.length < 1024 * 16,
"Too many advancable instances.");
// Step 1: Remove timeline objects that don't exist on new frame, update existing ones with
// new properties, and declare, but not create, new ones, update numChildren.