Skip to content

Commit 3f3520c

Browse files
committed
Implicit conversion
1 parent 9043834 commit 3f3520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/luadefs/CLuaColShapeDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ CLuaMultiReturn<float, float> CLuaColShapeDefs::GetColPolygonHeight(CColPolygon*
809809
{
810810
float fFloor, fCeil;
811811
pColPolygon->GetHeight(fFloor, fCeil);
812-
return CLuaMultiReturn{fFloor, fCeil};
812+
return {fFloor, fCeil};
813813
}
814814

815815
bool CLuaColShapeDefs::SetColPolygonHeight(CColPolygon* pColPolygon, std::variant<bool, float> floor, std::variant<bool, float> ceil)

0 commit comments

Comments
 (0)