SubjectNerd-Unity / ReorderableInspector

Automatic reorderable lists for Unity game engine components
MIT License
485 stars 47 forks source link

Updated EventType enum usages to non-obsolete api #11

Closed Naphier closed 5 years ago

Naphier commented 5 years ago

Just pulled this in to Unity 2018.2 and apparently EventType.dragUpdated is now EventType.DragUpdated and EventType.dragPerform is now EventType.DragPerform. So I made those simple changes. Cheers!

ChemiKhazi commented 5 years ago

Thanks for the pull request! Merged into master.