Skip to content

Commit

Permalink
fix error in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenth committed Jan 29, 2019
1 parent c547a8b commit bfc5d6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Assets/LightmapSwitchingTool/LevelLightmapData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ private SphericalHarmonicsL2[] DeserializeLightProbes(int index)

sphericalHarmonicsArray[i] = sphericalHarmonics;
}


sphericalHarmonicsArray;
return sphericalHarmonicsArray;
}

#if UNITY_EDITOR
Expand Down

0 comments on commit bfc5d6b

Please sign in to comment.