Merge pull request #1399 from Sector03/stable

fix this hardlock u dingus
This commit is contained in:
Kade M 2021-07-23 22:19:10 -07:00 committed by GitHub
commit 595257c255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ hr {
<p id="HtmlIsTheWorstThingIHaveEverUsed">
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
<a class="headerlink" href="{{site.url}}building">Building</a>
<a class="headerlink" href="https://github.com/KadeDev/Kade-Engine/wiki/">Modchart Documentation</a>
<a class="headerlink" href="https://github.com/KadeDev/Kade-Engine/wiki/">Modcharts</a>
<a class="headerlink" href="{{site.url}}guides">Guides</a>
<br>&nbsp;
<hr>

View File

@ -2420,7 +2420,7 @@ class PlayState extends MusicBeatState
scoreTxt.x = (originalX - (lengthInPx / 2)) + 335;
if (controls.PAUSE && startedCountdown && canPause)
if (controls.PAUSE && startedCountdown && canPause && !cannotDie)
{
persistentUpdate = false;
persistentDraw = true;