Commit 8d94e301 authored by Oleg Korshul's avatar Oleg Korshul

none transition -> 2sec

parent b029426d
......@@ -1107,7 +1107,7 @@ function CBinaryFileWriter()
}
else if (_timing.TransitionType == c_oAscSlideTransitionTypes.None)
{
oThis._WriteInt1(2, 10);
oThis._WriteInt1(2, 2000);
}
if (_timing.TransitionType != c_oAscSlideTransitionTypes.None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment