mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
another fix
This commit is contained in:
parent
16ebb38b4a
commit
39140bbff8
@ -139,7 +139,7 @@ void CreateProfile(std::string name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void DeleteProfile(int index) {
|
void DeleteProfile(int index) {
|
||||||
values.input_profiles(values.input_profiles.begin() + index);
|
values.input_profiles.erase(values.input_profiles.begin() + index);
|
||||||
LoadProfile(0);
|
LoadProfile(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user