Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Fix client error on sdk v56
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeee committed Jul 18, 2021
1 parent 17ad3dd commit 3dfb262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Defs/Entity/CLuaBlipDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ int CLuaBlipDefs::SetScaleXY(lua_State* L)
return 0;
}

blip->SetScaleXY(X, Y);
blip->SetScaleXY(alt::Vector2f(X, Y));

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion vendors/cpp-sdk
Submodule cpp-sdk updated 2 files
+5 −1 ICore.h
+5 −5 script-objects/IBlip.h

0 comments on commit 3dfb262

Please sign in to comment.