Implemented RmlUi hack to replace color parsing so it uses 0-1 alpha instead of 0-255

This commit is contained in:
Mr-Wiseguy
2024-01-06 16:08:15 -05:00
parent 8e3c163594
commit 8510bb9109
4 changed files with 173 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ namespace recomp {
void set_current_menu(Menu menu);
void destroy_ui();
void apply_color_hack();
}
#endif