mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 03:50:06 +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
|
|
@ -15,7 +15,8 @@ class DrawLayerImpl;
|
|||
class DrawLayer : public GenericLayer
|
||||
{
|
||||
public:
|
||||
explicit DrawLayer(const std::shared_ptr<MapContext>& context);
|
||||
explicit DrawLayer(const std::shared_ptr<MapContext>& context,
|
||||
const std::string& imGuiContextName);
|
||||
virtual ~DrawLayer();
|
||||
|
||||
virtual void Initialize() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue