Merge pull request #1399 from Sector03/stable
fix this hardlock u dingus
This commit is contained in:
commit
595257c255
@ -26,7 +26,7 @@ hr {
|
|||||||
<p id="HtmlIsTheWorstThingIHaveEverUsed">
|
<p id="HtmlIsTheWorstThingIHaveEverUsed">
|
||||||
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
|
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
|
||||||
<a class="headerlink" href="{{site.url}}building">Building</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>
|
<a class="headerlink" href="{{site.url}}guides">Guides</a>
|
||||||
<br>
|
<br>
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -2420,7 +2420,7 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
scoreTxt.x = (originalX - (lengthInPx / 2)) + 335;
|
scoreTxt.x = (originalX - (lengthInPx / 2)) + 335;
|
||||||
|
|
||||||
if (controls.PAUSE && startedCountdown && canPause)
|
if (controls.PAUSE && startedCountdown && canPause && !cannotDie)
|
||||||
{
|
{
|
||||||
persistentUpdate = false;
|
persistentUpdate = false;
|
||||||
persistentDraw = true;
|
persistentDraw = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user