|
@@ -360,9 +360,9 @@ nodes that one might create at runtime.
|
|
|
return _parentCache.HasUserSignal("InteractedWith");
|
|
|
}
|
|
|
|
|
|
- public void _Notification(int what)
|
|
|
+ public override void _Notification(int what)
|
|
|
{
|
|
|
- switch (what)
|
|
|
+ switch ((long)what)
|
|
|
{
|
|
|
case NotificationParented:
|
|
|
_parentCache = GetParent();
|