Skip to content

Commit cd6175b

Browse files
committed
Fixed compilation error on VC++ caused by header initialization and initializer list thingy
1 parent e437246 commit cd6175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InputState.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class InputState {
5454
InputState& operator = ( const InputState& rhs );
5555

5656
struct CallbackEntry {
57-
int Priority = 0;
57+
int Priority;
5858
InputEventCallbackHandle Handle;
5959
InputEventCallbackFunction Function;
6060
};

0 commit comments

Comments
 (0)