mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -106,7 +106,7 @@ struct TextureContext_t
|
||||
class CMaterialFileChangeWatcher : private CFileChangeWatcher::ICallbacks
|
||||
{
|
||||
public:
|
||||
void Init( CTextureSystem *pSystem, int context );
|
||||
void Init( CTextureSystem *pSystem, intp context );
|
||||
void Update(); // Call this periodically to update.
|
||||
|
||||
private:
|
||||
@@ -214,7 +214,7 @@ protected:
|
||||
k_eFileTypeVMT,
|
||||
k_eFileTypeVTF
|
||||
};
|
||||
void OnFileChange( const char *pFilename, int context, EFileType eFileType );
|
||||
void OnFileChange( const char *pFilename, intp context, EFileType eFileType );
|
||||
void ReloadMaterialsUsingTexture( ITexture *pTestTexture );
|
||||
|
||||
static bool GetFileTypeFromFilename( const char *pFilename, CTextureSystem::EFileType *pFileType );
|
||||
|
||||
Reference in New Issue
Block a user