Skip to content

Commit

Permalink
Issue #698 Simplified the new creation of the Gi Context
Browse files Browse the repository at this point in the history
  • Loading branch information
FJThiel committed Sep 26, 2024
1 parent 05eaee1 commit e4c7544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ uint8_t FileProcessorRvt::readFile()
else {
pDbPE->setCurrentLayout(pDb, layout);

OdGiDefaultContextPtr pBimContext = OdDbBaseDatabasePEPtr(pDb)->createGiContext(pDb);
OdGiDefaultContextPtr pBimContext = pDbPE->createGiContext(pDb);
OdGsModulePtr pGsModule = ODRX_STATIC_MODULE_ENTRY_POINT(StubDeviceModuleRvt)(OD_T("StubDeviceModuleRvt"));

((StubDeviceModuleRvt*)pGsModule.get())->init(collector, pDb);
Expand Down

0 comments on commit e4c7544

Please sign in to comment.