mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Make RenderPassManager call Parent::InitPersistFields
This commit is contained in:
parent
c702ba0f12
commit
2029e3eb22
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ RenderPassManager::RenderBinEventSignal& RenderPassManager::getRenderBinSignal()
|
|||
|
||||
void RenderPassManager::initPersistFields()
|
||||
{
|
||||
Parent::initPersistFields();
|
||||
}
|
||||
|
||||
RenderPassManager::RenderPassManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue