Skip to content

Commit

Permalink
Disable batching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyDuchess committed Aug 5, 2024
1 parent 52aef0d commit 71c4e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/OpenTS2/Scenes/NeighborhoodDecorations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace OpenTS2.Scenes
public class NeighborhoodDecorations : AssetReferenceComponent
{
[GameProperty(false)]
private static bool EnableBatching = true;
private static bool EnableBatching = false;
private Dictionary<string, Material> _roadMaterialLookup = new Dictionary<string, Material>();
private Transform _decorationsParent;
private Transform _roadsParent;
Expand Down

0 comments on commit 71c4e36

Please sign in to comment.