Update accessibility
This commit is contained in:
parent
dc166b9246
commit
43bd355b29
@ -638,7 +638,7 @@ namespace Passer {
|
||||
};
|
||||
|
||||
protected GameObject previousObjectInFocus;
|
||||
protected void UpdateFocus() {
|
||||
protected virtual void UpdateFocus() {
|
||||
focusEvent.value = objectInFocus;
|
||||
|
||||
if (objectInFocus != previousObjectInFocus) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user