mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
wrap to remove ambiguity
This commit is contained in:
parent
1037b5d718
commit
20e4f3c120
2 changed files with 2 additions and 2 deletions
|
|
@ -417,7 +417,7 @@ TSShapeConstructor* TSShapeConstructor::findShapeConstructorByFilename(const Fil
|
|||
for (S32 i = 0; i < group->size(); i++)
|
||||
{
|
||||
TSShapeConstructor* tss = dynamic_cast<TSShapeConstructor*>(group->at(i));
|
||||
FileName shapePath = tss->getShapePath();
|
||||
FileName shapePath = (FileName)(tss->getShapePath());
|
||||
|
||||
char buf[1024];
|
||||
FileName fullShapePath = String(Platform::makeFullPathName(shapePath, buf, sizeof(buf)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue