Skip to content

Fix return type for GDNative's godot_color_to_XXX64

Created by: touilleMan

This is a breaking api change, however right now godot_color_to_XXX64 is broken because it returns godot_int unlike Color::to_XXX64 which returns uint64_t...

Merge request reports

Loading