Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online

This commit is contained in:
MarcEricMartel
2023-12-13 15:04:10 -05:00

View File

@@ -125,9 +125,9 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
bool isLeft = side.y > 0;
time += elapsedTime;
if (time >= 250)
if (time >= 100)
{
time -= 250;
time -= 100;
Shooting = !Shooting;
/*if (!current.states.shooting)