mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-21 00:31:45 -04:00
WIP mod menu, fix some warnings
This commit is contained in:
@@ -123,7 +123,7 @@ void ElementConfigGroup::OnAttributeChange(const Rml::ElementAttributes& changed
|
||||
|
||||
const nlohmann::json& options = get_options(config_key);
|
||||
|
||||
for (int i = 0; i < options.size(); i++) {
|
||||
for (size_t i = 0; i < options.size(); i++) {
|
||||
const auto &el = options[i];
|
||||
AddConfigOptionElement(el);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user