mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
winconsole many, many i vars. worldEditor path arguement, lockPtr doubleup. volume.cpp: uneccesary duplicated FileNode::Attributes attr; def
This commit is contained in:
parent
015f07e50e
commit
f59b92bf4e
3 changed files with 10 additions and 11 deletions
|
|
@ -808,7 +808,6 @@ bool MountSystem::isDirectory(const Path& path, FileSystemRef fsRef)
|
|||
if (fnRef.isNull())
|
||||
return false;
|
||||
|
||||
FileNode::Attributes attr;
|
||||
if (fnRef->getAttributes(&attr))
|
||||
return attr.flags & FileNode::Directory;
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue