more naming changes
This commit is contained in:
parent
5339757abe
commit
a4ce0a4e1c
2 changed files with 19 additions and 19 deletions
|
@ -33,7 +33,7 @@ pub fn clayRaylibRender(render_commands: *cl.ClayArray(cl.RenderCommand), alloca
|
|||
rl.Vector2{ .x = bounding_box.x, .y = bounding_box.y },
|
||||
@floatFromInt(render_command.config.text_element_config.font_size),
|
||||
@floatFromInt(render_command.config.text_element_config.letter_spacing),
|
||||
clayColorToRaylibColor(render_command.config.text_element_config.text_color),
|
||||
clayColorToRaylibColor(render_command.config.text_element_config.color),
|
||||
);
|
||||
},
|
||||
.Image => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue