TBall, nudge v1, ready.

render occlude list.
This commit is contained in:
oz
2020-12-27 18:19:36 +03:00
parent 99fba56a34
commit a143b820af
30 changed files with 494 additions and 328 deletions

View File

@@ -533,7 +533,7 @@ TPinballComponent* control::make_component_link(component_tag* tag)
if (tag->Component)
return tag->Component;
auto compList = TableG->ListP1;
auto compList = TableG->ComponentList;
for (int index = 0; index < compList->Count(); index++)
{
auto comp = static_cast<TPinballComponent*>(compList->Get(index));