Skip to content

Commit

Permalink
Swap tile and quad comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Nov 21, 2019
1 parent 383f045 commit c64aa6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/editor/popups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int CEditor::PopupGroup(CEditor *pEditor, CUIRect View)
}
}

// new tile layer
// new quad layer
View.HSplitBottom(10.0f, &View, &Button);
View.HSplitBottom(12.0f, &View, &Button);
static int s_NewQuadLayerButton = 0;
Expand All @@ -162,7 +162,7 @@ int CEditor::PopupGroup(CEditor *pEditor, CUIRect View)
return 1;
}

// new quad layer
// new tile layer
View.HSplitBottom(5.0f, &View, &Button);
View.HSplitBottom(12.0f, &View, &Button);
static int s_NewTileLayerButton = 0;
Expand Down

0 comments on commit c64aa6a

Please sign in to comment.