mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01: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…
Reference in New Issue
Block a user