Skip to content

Commit

Permalink
Automated clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang-Format Bot committed Aug 9, 2024
1 parent 15a0a4f commit d8d849b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_api/script/usertypes/vanilla_render_lua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ auto g_angle_style = CORNER_FINISH::ADAPTIVE;

void VanillaRenderContext::set_corner_finish(CORNER_FINISH c)
{
g_angle_style = c; // can i make this per lua environment instead of global?
g_angle_style = c; // can i make this per lua environment instead of global?
}

// get a Quad to fill out the corner between two lines and fix their overlap
Expand Down

0 comments on commit d8d849b

Please sign in to comment.