mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 09:29:25 +02:00
Remove obsolete comment
This commit is contained in:
parent
5d9fd42695
commit
84a13150d0
@ -3790,7 +3790,6 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
female ??= false;
|
female ??= false;
|
||||||
if (shouldUpdateSprite) {
|
if (shouldUpdateSprite) {
|
||||||
species.loadAssets(female, formIndex, shiny, variant, true).then(() => {
|
species.loadAssets(female, formIndex, shiny, variant, true).then(() => {
|
||||||
// TODO: is this bang correct?
|
|
||||||
if (assetLoadCancelled.value) {
|
if (assetLoadCancelled.value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user