forked from OrekiWoof/ChestPreview
front_face_offset 0.01 -> 0.05
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ChestPreview.Rendering;
|
||||
internal class WorldBillboardPresenter(ICoreClientAPI api)
|
||||
{
|
||||
private const int multiblock_scan_radius = 2;
|
||||
private static readonly float front_face_offset = 0.01f;
|
||||
private static readonly float front_face_offset = 0.05f;
|
||||
|
||||
private readonly ICoreClientAPI api = api;
|
||||
private readonly List<BillboardTarget> frameBillboards = [];
|
||||
|
||||
Reference in New Issue
Block a user