Merge pull request #4 from XLabsProject/master

Merge master to develop
pull/3/head
Dss0 2021-08-16 21:28:01 +02:00 committed by GitHub
commit e6d42754d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -232,9 +232,9 @@ doFinalKillCamFX( camTime )
wait( camTime - 1.0 ); wait( camTime - 1.0 );
} }
//setSlowMotion( 1.0, 0.25, intoSlowMoTime ); // start timescale, end timescale, lerp duration setSlowMotion( 1.0, 0.25, intoSlowMoTime ); // start timescale, end timescale, lerp duration
wait( intoSlowMoTime + .5 ); wait( intoSlowMoTime + .5 );
//setSlowMotion( 0.25, 1, 1.0 ); setSlowMotion( 0.25, 1, 1.0 );
level.doingFinalKillcamFx = undefined; level.doingFinalKillcamFx = undefined;
} }