Skip to content

Commit 3951bd9

Browse files
committed
final frame update.
1 parent 6f8d153 commit 3951bd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/classes/Game.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,8 +1391,8 @@ export class Game {
13911391
const BATCH_SIZE = 5;
13921392
let frameIndex = 0;
13931393
let breachFrame = -1;
1394-
// Only render 75% of breach animation - end at peak visual intensity
1395-
const breachFrameCount = Math.ceil(this.breachDuration * fps * 0.75);
1394+
// Only render 70% of breach animation - end at same frame as screenshot
1395+
const breachFrameCount = Math.ceil(this.breachDuration * fps * 0.7);
13961396

13971397
const processBatch = () => {
13981398
return new Promise((resolve) => {

0 commit comments

Comments
 (0)