audio_set() -> audio_set_parameter(), with string based convention

This commit is contained in:
veclavtalica
2024-10-22 13:52:24 +03:00
parent 5a08c01208
commit b390e9db23
6 changed files with 25 additions and 38 deletions

View File

@ -35,7 +35,7 @@ void render_queue_clear(void) {
}
void draw_9slice(const char *texture_path, int texture_w, int texture_h, int border_thickness, Rect rect, Color color) {
void draw_nine_slice(const char *texture_path, int texture_w, int texture_h, int border_thickness, Rect rect, Color color) {
const float bt = (float)border_thickness; /* i know! */
const float bt2 = bt * 2; /* combined size of the two borders in an axis */