This commit is contained in:
Branimir Karadžić
2017-07-14 00:14:57 -07:00
parent 24e796fa5b
commit d50b29ac6c

View File

@@ -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;
}