mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Location Markers Part2 clang-format/tidy suggestions
This commit is contained in:
parent
2fd94c6575
commit
7edafe8d78
4 changed files with 6 additions and 6 deletions
|
|
@ -470,7 +470,7 @@ std::optional<types::MarkerIconInfo>
|
|||
MarkerManager::get_icon(const std::string& name)
|
||||
{
|
||||
const std::shared_lock lock(p->markerIconsLock_);
|
||||
auto it = p->markerIcons_.find(name);
|
||||
auto it = p->markerIcons_.find(name);
|
||||
if (it != p->markerIcons_.end())
|
||||
{
|
||||
return it->second;
|
||||
|
|
|
|||
|
|
@ -110,8 +110,8 @@ static void LoadTextures()
|
|||
|
||||
void BuildAtlas()
|
||||
{
|
||||
util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance();
|
||||
textureAtlas.BuildAtlas(atlasWidth, atlasHeight);
|
||||
util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance();
|
||||
textureAtlas.BuildAtlas(atlasWidth, atlasHeight);
|
||||
}
|
||||
|
||||
} // namespace ResourceManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue