v1.0.20.1 (summer patch)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Steamworks
|
||||
SteamMatchmakingRulesResponse? responseHandler = null;
|
||||
|
||||
void onRulesResponded(string key, string value)
|
||||
=> rules.Add(key, value);
|
||||
=> rules.TryAdd(key, value);
|
||||
|
||||
void onRulesFailToRespond()
|
||||
{
|
||||
|
||||
@@ -334,6 +334,7 @@ namespace FarseerPhysics.Dynamics
|
||||
CreateProxies();
|
||||
|
||||
// Contacts are created the next time step.
|
||||
OnEnabled?.Invoke();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -342,6 +343,7 @@ namespace FarseerPhysics.Dynamics
|
||||
DestroyProxies();
|
||||
DestroyContacts();
|
||||
}
|
||||
OnDisabled?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1205,6 +1207,8 @@ namespace FarseerPhysics.Dynamics
|
||||
remove { onSeparationEventHandler -= value; }
|
||||
}
|
||||
|
||||
public Action OnEnabled, OnDisabled;
|
||||
|
||||
public float Restitution
|
||||
{
|
||||
set { SetRestitution(value); }
|
||||
|
||||
Reference in New Issue
Block a user