mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-03-31 11:20:19 +02:00
WorldEditor: FIX Remove wrong and useless conversion
Because this is issue!
This commit is contained in:
parent
f33bb4519f
commit
742d11a813
@ -223,7 +223,7 @@ CTString GetItemValue(CEntity *pen, INDEX iColumn, INDEX &iFormat)
|
|||||||
case COLUMN_INDEX:
|
case COLUMN_INDEX:
|
||||||
{
|
{
|
||||||
INDEX iIndex=dcEntities.GetIndex(pen);
|
INDEX iIndex=dcEntities.GetIndex(pen);
|
||||||
strResult.PrintF("%d", FLOAT(iIndex));
|
strResult.PrintF("%d", iIndex);
|
||||||
iFormat=PDF_INDEX;
|
iFormat=PDF_INDEX;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user