Skip to content

Commit f28e008

Browse files
authored
Fix a typo in dxSetTexturePixels (#1344)
1 parent ed80d57 commit f28e008

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
@@ -1800,7 +1800,7 @@ int CLuaDrawingDefs::DxGetTexturePixels(lua_State* luaVM)
18001800

18011801
int CLuaDrawingDefs::DxSetTexturePixels(lua_State* luaVM)
18021802
{
1803-
// string dxGetTexturePixels( [ int sufaceIndex, ] element texture, string pixels [, int x, int y, int width, int height ] )
1803+
// bool dxSetTexturePixels( [ int sufaceIndex, ] element texture, string pixels [, int x, int y, int width, int height ] )
18041804
CClientTexture* pTexture;
18051805
CPixels pixels;
18061806
CVector2D vecPosition;

0 commit comments

Comments
 (0)