Skip to content

Commit 60a4ae4

Browse files
committed
Fixed add to temporary hue set from context menu
1 parent 45ed983 commit 60a4ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CentrED/UI/Windows/TilesWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ private void TilesContextMenu(int tileIndex)
271271
{
272272
if (ImGui.BeginPopupContextItem())
273273
{
274-
if (TileSetIndex != 0 && ImGui.Button(LangManager.Get(ADD_TO_SET)))
274+
if (ImGui.Button(LangManager.Get(ADD_TO_SET)))
275275
{
276276
TileSetAddTile((ushort)tileIndex);
277277
ImGui.CloseCurrentPopup();

0 commit comments

Comments
 (0)