mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Polish interface, pt translations
This commit is contained in:
@@ -515,7 +515,7 @@ bool Map::loadOtcm(const std::string& fileName)
|
||||
|
||||
fin->close();
|
||||
|
||||
g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
|
||||
//g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
|
||||
return true;
|
||||
} catch(stdext::exception& e) {
|
||||
g_logger.error(stdext::format("failed to load OTCM map: %s", e.what()));
|
||||
|
@@ -192,4 +192,3 @@ void UIMap::updateMapSize()
|
||||
if(m_aspectRatio == 0.0f)
|
||||
updateVisibleDimension();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user