Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
toberge committed May 28, 2024
1 parent d876a54 commit 0a05dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/Menu.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 785370674}
m_IndirectSpecularColor: {r: 0.062451348, g: 0.21931733, b: 0.49487647, a: 1}
m_IndirectSpecularColor: {r: 0.062378045, g: 0.219329, b: 0.49506786, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Platforms/PlatformMovement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private void Start()

private void FixedUpdate()
{
if (isServer)
if (!isNetworked || isServer)
MovePlatform();
}

Expand Down

0 comments on commit 0a05dc0

Please sign in to comment.