autoupdater fixes, cursor fix, consistent directory separators + use of Path.Combine(), wire bugfixes, more loading screens
This commit is contained in:
@@ -49,11 +49,6 @@ namespace Subsurface
|
||||
|
||||
public override void UpdateAnim(float deltaTime)
|
||||
{
|
||||
if (PlayerInput.KeyHit(Keys.I))
|
||||
{
|
||||
SimplePhysicsEnabled = !SimplePhysicsEnabled;
|
||||
}
|
||||
|
||||
if (character.IsDead)
|
||||
{
|
||||
UpdateDying(deltaTime);
|
||||
|
||||
Reference in New Issue
Block a user