more naming changes

This commit is contained in:
johan0A 2024-09-26 19:08:53 +02:00
parent 5339757abe
commit a4ce0a4e1c
2 changed files with 19 additions and 19 deletions

View file

@ -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 => {