Finished localization

This commit is contained in:
2022-12-16 08:05:01 -08:00
parent 36ad2fecca
commit c6bf90ee13
16 changed files with 173 additions and 58 deletions

View File

@ -24,7 +24,6 @@ void TextureAsset::updateSync() {
this->texture.buffer(this->colors);
this->state = 0x05;
this->loaded = true;
this->eventLoaded.invoke();
}
void TextureAsset::updateAsync() {

View File

@ -95,7 +95,6 @@ void TilesetAsset::updateAsync() {
this->state = 0x07;
this->loaded = true;
this->eventLoaded.invoke();
memoryFree(buffer);
}

View File

@ -29,7 +29,6 @@ void TrueTypeAsset::updateSync() {
this->state = 0x05;
this->loaded = true;
this->eventLoaded.invoke();
}
void TrueTypeAsset::updateAsync() {