forked from TeamUlysses/ulib
Fix hook not being removed from BackwardsHooks table.
Bump XGUI version date. Closes #445
This commit is contained in:
parent
dce2b14dc4
commit
93e131efd3
@ -73,6 +73,8 @@ function Remove( event_name, name )
|
||||
Hooks[ event_name ][ i ][ name ] = nil
|
||||
end
|
||||
|
||||
BackwardsHooks[ event_name ][ name ] = nil
|
||||
|
||||
end
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user