This commit is contained in:
parent
fe1a61ba0e
commit
104f5a734a
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void addDebugMem( void * addr, const char * name, const char * file, int line )
|
||||||
md->name = name;
|
md->name = name;
|
||||||
md->file = file;
|
md->file = file;
|
||||||
md->line = line;
|
md->line = line;
|
||||||
md->frameTime = VidGetTickCount();
|
md->frameTime = VidGetFrameCount();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
md++;
|
md++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue