Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -47,8 +47,7 @@ namespace Content.Client.Decals
|
||||
{
|
||||
if (zIndexDictionary.Count == 0) continue;
|
||||
|
||||
var gridUid = _mapManager.GetGridEuid(gridId);
|
||||
var xform = xformQuery.GetComponent(gridUid);
|
||||
var xform = xformQuery.GetComponent(gridId);
|
||||
|
||||
handle.SetTransform(_transform.GetWorldMatrix(xform, xformQuery));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user