Skip to content

Commit 9d44246

Browse files
author
Roberto De Ioris
committed
fixed a typo in preprocessor for the sequencer
1 parent 2deec73 commit 9d44246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Private/UEPySequencer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PyObject *py_ue_sequencer_changed(ue_PyUObject *self, PyObject * args) {
4848
if (editor) {
4949
FLevelSequenceEditorToolkit *toolkit = (FLevelSequenceEditorToolkit *)editor;
5050
ISequencer *sequencer = toolkit->GetSequencer().Get();
51-
#if EDITOR_MINOR_VERSION < 14
51+
#if ENGINE_MINOR_VERSION < 13
5252
sequencer->NotifyMovieSceneDataChanged();
5353
#else
5454
sequencer->NotifyMovieSceneDataChanged(EMovieSceneDataChangeType::Unknown);

0 commit comments

Comments
 (0)