chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -36,8 +36,7 @@ void TextureManager::registerName(const std::wstring& name, Texture* texture) {
}
void TextureManager::registerTexture(Texture* texture) {
for (auto it = idToTextureMap.begin(); it != idToTextureMap.end();
++it) {
for (auto it = idToTextureMap.begin(); it != idToTextureMap.end(); ++it) {
if (it->second == texture) {
// Minecraft.getInstance().getLogger().warning("TextureManager.registerTexture
// called, but this texture has " + "already been registered.