small fix
This commit is contained in:
@@ -160,7 +160,7 @@ public class DetailDistanceUtil
|
||||
|
||||
public static byte getLodDrawDetail(int detail)
|
||||
{
|
||||
if (detail < minGenDetail)
|
||||
if (detail < minDrawDetail)
|
||||
{
|
||||
return lodGenDetails[minGenDetail].detailLevel;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user