mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
Remove obsolete comment
This commit is contained in:
parent
daf4a73a08
commit
f89714d4ea
@ -3785,7 +3785,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