mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
don't send navigation events because it's buggy and can send events to invisible UI objects
This commit is contained in:
parent
8a8f2ab423
commit
9dd132532b
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_FirstSelected: {fileID: 0}
|
||||
m_sendNavigationEvents: 1
|
||||
m_sendNavigationEvents: 0
|
||||
m_DragThreshold: 10
|
||||
--- !u!114 &114791952012152782
|
||||
MonoBehaviour:
|
||||
|
|
Loading…
Reference in a new issue