Skip to content

Commit

Permalink
Merge pull request DFHack#296 from lethosor/embark-tools-render
Browse files Browse the repository at this point in the history
embark-tools fix
  • Loading branch information
quietust committed Aug 28, 2014
2 parents 8bfc0e9 + 17a2379 commit 5ccd7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/embark-tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class embark_tools_settings : public dfhack_viewscreen
std::string getFocusString () { return "embark-tools/options"; };
void render ()
{
parent->render();
int x;
auto dim = Screen::getWindowSize();
int width = 50,
Expand Down

0 comments on commit 5ccd7db

Please sign in to comment.