mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
cc2ed85847
commit
f2c64b390c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user