mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
Added DataSize calculation to RenderableLODLights
This commit is contained in:
parent
39edd18b71
commit
73f763de43
@ -1514,6 +1514,8 @@ namespace CodeWalker.Rendering
|
||||
Spots = spots.ToArray();
|
||||
Caps = caps.ToArray();
|
||||
|
||||
DataSize = (points.Count + spots.Count + caps.Count) * 80;
|
||||
|
||||
}
|
||||
|
||||
public override void Load(Device device)
|
||||
|
Loading…
Reference in New Issue
Block a user