Skip to content

Commit eb0b339

Browse files
authored
Fix broken dxGetTextWidth caused by 625e86b (#1584)
1 parent c4cfbb0 commit eb0b339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaDrawingDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void CLuaDrawingDefs::LoadFunctions()
3333
{"dxDrawMaterialPrimitive", DxDrawMaterialPrimitive},
3434
{"dxDrawMaterialPrimitive3D", DxDrawMaterialPrimitive3D},
3535
{"dxDrawWiredSphere", ArgumentParser<DxDrawWiredSphere>},
36-
{"dxGetTextWidth", ArgumentParser<DxGetTextWidth>},
36+
{"dxGetTextWidth", DxGetTextWidth},
3737
{"dxGetTextSize", ArgumentParser<DxGetTextSize>},
3838
{"dxGetFontHeight", DxGetFontHeight},
3939
{"dxCreateFont", DxCreateFont},

0 commit comments

Comments
 (0)