Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Updated SabreCSG version to 1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry00IS committed Jun 7, 2018
1 parent 72de49d commit ab9f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/CSGModelBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Sabresaurus.SabreCSG
// [ExecuteInEditMode]
public class CSGModelBase : MonoBehaviour
{
public const string VERSION_STRING = "1.7.1";
public const string VERSION_STRING = "1.7.2";
protected const string DEFAULT_FALLBACK_MATERIAL_PATH = "Materials/Default_Map";

// Limit to how many vertices a Unity mesh can hold, before it must be split into a second mesh (just under 2^16)
Expand Down

0 comments on commit ab9f8db

Please sign in to comment.