mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-23 19:46:34 +00:00
BugFix: checked for NULL pointer when removing a Mod
a lot of improvements and rearrangements in the GUI...
This commit is contained in:
@@ -215,6 +215,7 @@ int OTM_TextureHandler::Remove(OTM_IDirect3DTexture9* pTexture) //will be called
|
||||
return (RETURN_OK);
|
||||
}
|
||||
|
||||
/*
|
||||
int OTM_TextureHandler::RemoveAll(void) //only for deleting all fake textures
|
||||
{
|
||||
Message("OTM_TextureHandler::RemoveAll() %d: %lu\n", Number, this);
|
||||
@@ -222,3 +223,4 @@ int OTM_TextureHandler::RemoveAll(void) //only for deleting all fake textures
|
||||
Number=0;
|
||||
return (RETURN_OK);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user