From 5e9d51fee79dcad2c6f0c08c84053fc76f09f8f6 Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 7 Feb 2022 00:19:26 -0500 Subject: added web colors --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.c b/src/core.c index 66674f3..4509cd5 100644 --- a/src/core.c +++ b/src/core.c @@ -62,7 +62,7 @@ static mrb_value mrb_clear_background(mrb_state* mrb, mrb_value self) { struct RClass *raylib = mrb_module_get(mrb, "Raylib"); struct RClass *color = mrb_class_get_under(mrb, raylib, Color_type.struct_name); - mrb_value color_obj = mrb_funcall(mrb, mrb_obj_value(color), "raywhite", 0); + mrb_value color_obj = mrb_funcall(mrb, mrb_obj_value(color), "ray_white", 0); uint32_t kw_num = 1; const mrb_sym kw_names[] = { -- cgit v1.2.3