summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
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[] = {