Add UNITY define to Lightmaps, accidentally left out.

This commit is contained in:
William Fowler
2021-10-02 01:41:49 -06:00
parent 4727c72c5e
commit b5809ba1ae

View File

@@ -1,4 +1,8 @@
using System;
#if UNITY_3_4 || UNITY_3_5 || UNITY_4_0 || UNITY_4_0_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_5 || UNITY_4_6 || UNITY_5 || UNITY_5_3_OR_NEWER
#define UNITY
#endif
using System;
namespace LibBSP {
#if UNITY