1 parent 45ed983 commit 60a4ae4Copy full SHA for 60a4ae4
1 file changed
CentrED/UI/Windows/TilesWindow.cs
@@ -271,7 +271,7 @@ private void TilesContextMenu(int tileIndex)
271
{
272
if (ImGui.BeginPopupContextItem())
273
274
- if (TileSetIndex != 0 && ImGui.Button(LangManager.Get(ADD_TO_SET)))
+ if (ImGui.Button(LangManager.Get(ADD_TO_SET)))
275
276
TileSetAddTile((ushort)tileIndex);
277
ImGui.CloseCurrentPopup();
0 commit comments