Skip to content

Commit

Permalink
xrGame:fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 27, 2018
1 parent 2fe3fb2 commit ad96be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ui/UIMapWndActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void CMapActionPlanner::setup(CUIMapWnd* object)
add_evaluator(ePropMapIdle, new CEvaluatorMapConst(false, "ePropMapIdle"));

// final world state
_world_operator* action = new CMapActionIdle("eOperatorMapIdle");
world_operator* action = new CMapActionIdle("eOperatorMapIdle");
add_condition(action, ePropMapResized, true);
add_condition(action, ePropTargetMapShown, true);
add_condition(action, ePropMapIdle, false);
Expand Down

0 comments on commit ad96be5

Please sign in to comment.