Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Aug 16, 2016
2 parents f1c3831 + 448284e commit 52805f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion SetupThrive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ function prepare_CEGUI() {
cd cegui
fi

hg update default
# Let's use this commit for now
hg update 869014de5669
#hg update default

mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion src/gui/CEGUIWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ CEGUIWindow::registerKeyEventHandler(
{
luabind::call_function<void>(callback, CEGUIWindow(static_cast<
const CEGUI::WindowEventArgs&>(args).window, false),
static_cast<int>(static_cast<const CEGUI::TextEventArgs&>(args).character));
static_cast<int>(static_cast<const CEGUI::TextEventArgs&>(args).d_character));
return 0;
};

Expand Down

0 comments on commit 52805f1

Please sign in to comment.