Skip to content

Commit

Permalink
fixed a typo in preprocessor for the sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Apr 24, 2017
1 parent 2deec73 commit 9d44246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UnrealEnginePython/Private/UEPySequencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PyObject *py_ue_sequencer_changed(ue_PyUObject *self, PyObject * args) {
if (editor) {
FLevelSequenceEditorToolkit *toolkit = (FLevelSequenceEditorToolkit *)editor;
ISequencer *sequencer = toolkit->GetSequencer().Get();
#if EDITOR_MINOR_VERSION < 14
#if ENGINE_MINOR_VERSION < 13
sequencer->NotifyMovieSceneDataChanged();
#else
sequencer->NotifyMovieSceneDataChanged(EMovieSceneDataChangeType::Unknown);
Expand Down

0 comments on commit 9d44246

Please sign in to comment.