mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-18 03:35:07 +02:00
dmap now contains path tracing optimizations stored in iceproc files.
This commit is contained in:
@@ -157,7 +157,7 @@ void idModelExport::LoadMayaDll( void ) {
|
||||
#ifdef RV_UNIFIED_ALLOCATOR
|
||||
if ( !dllEntry( MD5_VERSION, common, sys, Memory::Allocate, Memory::Free, Memory::MSize ) ) {
|
||||
#else
|
||||
if ( !dllEntry( MD5_VERSION, common, sys ) ) {
|
||||
if ( !dllEntry( MD5_VERSION, common, sys, fileSystem ) ) {
|
||||
#endif
|
||||
// RAVEN END
|
||||
// init failed
|
||||
|
||||
Reference in New Issue
Block a user