process class inheritance vtable fix

This commit is contained in:
PJB3005
2026-03-01 14:34:07 +01:00
parent 0ce7d2e241
commit 5832f70384
10 changed files with 53 additions and 12 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ int daGrass_c::create() {
}
m_myObj = this;
fopAcM_setStageLayer(&base);
fopAcM_setStageLayer(&LEAFDRAW_BASE(this));
return cPhs_COMPLEATE_e;
}