don't log error

This commit is contained in:
in0finite 2021-04-26 00:44:14 +02:00
parent b963a95d85
commit 30cd22057c

View file

@ -309,7 +309,7 @@ namespace SanAndreasUnity.Importing.Conversion
if (src.Colours != null && hasNightColors)
{
Debug.LogError("Geometry has both prelit colors and night colors - this is not supported");
//Debug.LogError("Geometry has both prelit colors and night colors - this is not supported");
}
if (src.TexCoords != null && src.TexCoords.Length > 0)