mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -711,9 +711,6 @@ namespace bgfx
|
||||
char tmp[bx::kMaxFilePath];
|
||||
bx::strCopy(tmp, BX_COUNTOF(tmp), fp.getFileName() );
|
||||
const char* base = bx::strFind(_filePath, tmp);
|
||||
printf(" tmp: %s\n", tmp);
|
||||
printf(" fp: %s\n", _filePath);
|
||||
printf("base: %s\n", base);
|
||||
return base;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user