mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Use less ugly string formatting when resampling resolution
This commit is contained in:
parent
d4fb6f91e6
commit
89e3c45bd6
@ -133,7 +133,7 @@ template<> void AssOverrideParameter::Set<int>(int new_value) {
|
||||
}
|
||||
|
||||
template<> void AssOverrideParameter::Set<double>(double new_value) {
|
||||
Set(std::to_string(new_value));
|
||||
Set(float_to_string(new_value));
|
||||
}
|
||||
|
||||
template<> void AssOverrideParameter::Set<bool>(bool new_value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user