Merge pull request #3 from zweeej/slowmo-fix

re-enabling killcam slowmotion in _killcam.gsc
pull/3/head
Dss0 2021-08-15 20:41:16 +02:00 committed by GitHub
commit 23b7a4350f
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 );
}
//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 );
//setSlowMotion( 0.25, 1, 1.0 );
setSlowMotion( 0.25, 1, 1.0 );
level.doingFinalKillcamFx = undefined;
}