Skip to content

Commit

Permalink
Update CLuaDrawingDefs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis authored Aug 22, 2024
1 parent f398f2e commit 4ef5a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/luadefs/CLuaDrawingDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class CLuaDrawingDefs : public CLuaDefs
static bool DxDrawWiredSphere(lua_State* const luaVM, const CVector position, const float radius, const std::optional<SColor> color,
const std::optional<float> lineWidth, const std::optional<unsigned int> iterations);

static bool DxDrawModel3D(uint32_t modelID, CVector position, CVector rotation, const std::optional<CVector> scale, const std::optional<EModelLoadingScheme> loadingScheme);
static bool DxDrawModel3D(std::uint32_t modelID, CVector position, CVector rotation, const std::optional<CVector> scale, const std::optional<EModelLoadingScheme> loadingScheme);

private:
static void AddDxMaterialClass(lua_State* luaVM);
Expand Down

0 comments on commit 4ef5a66

Please sign in to comment.