mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Use layer names in ImGui Context names
This commit is contained in:
parent
ec296d98eb
commit
2be140d291
9 changed files with 38 additions and 25 deletions
|
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
PlacefileLayer::PlacefileLayer(const std::shared_ptr<MapContext>& context,
|
||||
const std::string& placefileName) :
|
||||
DrawLayer(context),
|
||||
DrawLayer(context, fmt::format("PlacefileLayer {}", placefileName)),
|
||||
p(std::make_unique<PlacefileLayer::Impl>(this, context, placefileName))
|
||||
{
|
||||
AddDrawItem(p->placefileImages_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue