mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
fix typo
This commit is contained in:
parent
b88fbeb206
commit
56cecf98a0
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ class PlayState extends MusicBeatSubState
|
|||
bufferCameraFrontEnd.unlock();
|
||||
// Update the buffer texture using `flashSprite`.
|
||||
// This is IMMEDIATELY done while the main cameras are not rendered yet,
|
||||
// so any shaders in the main part that refers the texture can see the updated texture!
|
||||
// so any shaders in the main part that refer the texture can see the updated texture!
|
||||
maskTexture.fillRect(new Rectangle(0, 0, FlxG.width, FlxG.height), 0);
|
||||
maskTexture.draw(camMask.flashSprite, new openfl.geom.Matrix(1, 0, 0, 1, camMask.flashSprite.x, camMask.flashSprite.y));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue