Home
last modified time | relevance | path

Searched refs:MakeDirtyStatic (Results 1 – 1 of 1) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpObstructionManager.cpp307 MakeDirtyStatic(flags, id, shape); in AddStaticShape()
361 MakeDirtyStatic(shape.flags, TAG_TO_INDEX(tag), shape); // dirty the old shape region in MoveShape()
376 MakeDirtyStatic(shape.flags, TAG_TO_INDEX(tag), shape); // dirty the new shape region in MoveShape()
442 MakeDirtyStatic(shape.flags, TAG_TO_INDEX(tag), shape); in RemoveShape()
565 void MakeDirtyStatic(flags_t flags, u32 index, const StaticShape& shape) in MakeDirtyStatic() function in CCmpObstructionManager