mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-06-11 11:55:45 +08:00
Collisions editing beginnings
This commit is contained in:
@@ -395,12 +395,14 @@ namespace CodeWalker.Rendering
|
||||
|
||||
|
||||
|
||||
public void Invalidate(Bounds bounds)
|
||||
{
|
||||
renderableCache.Invalidate(bounds);
|
||||
}
|
||||
public void Invalidate(BasePathData path)
|
||||
{
|
||||
//used to update path graphics.
|
||||
renderableCache.Invalidate(path);
|
||||
}
|
||||
|
||||
public void Invalidate(YmapGrassInstanceBatch batch)
|
||||
{
|
||||
renderableCache.Invalidate(batch);
|
||||
|
||||
Reference in New Issue
Block a user