mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Add a comment about an incorrect condition that I'm not sure how to fix
This commit is contained in:
parent
71a57db507
commit
3205fea936
1 changed files with 1 additions and 0 deletions
|
|
@ -421,6 +421,7 @@ StringTableEntry Platform::makeRelativePathName(const char *path, const char *to
|
|||
|
||||
else
|
||||
{
|
||||
// FIXME: This condition is clearly wrong
|
||||
if((*pathPtr == 0 && *toPtr == '/') || (*toPtr == '/' && *pathPtr == 0))
|
||||
branch = pathPtr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue