Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Subsurface
|
||||
// CreateDummyCharacter();
|
||||
//}
|
||||
|
||||
cam.MoveCamera((float)deltaTime);
|
||||
if (GUIComponent.MouseOn==null) cam.MoveCamera((float)deltaTime);
|
||||
cam.Zoom = MathHelper.Clamp(cam.Zoom + PlayerInput.ScrollWheelSpeed/1000.0f,0.1f, 2.0f);
|
||||
|
||||
if (characterMode)
|
||||
|
||||
Reference in New Issue
Block a user