small fix

This commit is contained in:
Leonardo
2021-09-18 14:46:06 +02:00
parent 7c28dd70d3
commit b4226ec9ec
@@ -160,7 +160,7 @@ public class DetailDistanceUtil
public static byte getLodDrawDetail(int detail)
{
if (detail < minGenDetail)
if (detail < minDrawDetail)
{
return lodGenDetails[minGenDetail].detailLevel;
} else