fix: rename ClaimLinkApi to ClaimLinkAPI to match engine naming convention
This commit is contained in:
@@ -22,7 +22,7 @@ internal static class ClaimLinkVisualizerServer
|
|||||||
{
|
{
|
||||||
ClaimLinkBufferResponse response = new();
|
ClaimLinkBufferResponse response = new();
|
||||||
|
|
||||||
foreach (var (groupId, cuboids) in ClaimLinkApi.BufferMap)
|
foreach (var (groupId, cuboids) in ClaimLinkAPI.BufferMap)
|
||||||
{
|
{
|
||||||
ClaimLinkBufferEntryDto entry = new() { GroupId = groupId };
|
ClaimLinkBufferEntryDto entry = new() { GroupId = groupId };
|
||||||
foreach (Cuboidi cuboid in cuboids)
|
foreach (Cuboidi cuboid in cuboids)
|
||||||
|
|||||||
Reference in New Issue
Block a user