DataCache: add note for future improvements

error.rmdl is in common.rpak but it should be in common_early.rpak.
This commit is contained in:
Kawe Mazidjatari 2024-07-05 15:54:53 +02:00
parent cc2ed85847
commit f2c64b390c

View File

@ -10,6 +10,12 @@
#include "vphysics/physics_collide.h"
#include "public/rtech/ipakfile.h"
//-----------------------------------------------------------------------------
// TODO[ AMOS ]: currently error.rmdl is located in common.rpak, but ideally
// its in common_early.rpak as that pak is always loaded. Moving the model to
// common_early.rpak (or any pak that's loaded among common_early) will make
// the fallback handler a lot more reliable.
//-----------------------------------------------------------------------------
class CStudioFallbackHandler
{
public: