mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-25 08:02:04 -04:00
Use default parameter values in JORMContext calls where appropriate (#3057)
This commit is contained in:
@@ -26,7 +26,7 @@ daWtGate_HIO_c::daWtGate_HIO_c() {
|
||||
#if DEBUG
|
||||
void daWtGate_HIO_c::genMessage(JORMContext* ctx) {
|
||||
// "Maximum speed"
|
||||
ctx->genSlider("最大速度", &mMaxSpeed, 0.1, 500.0, 0, NULL, 0xffff, 0xffff, 0x200, 0x18);
|
||||
ctx->genSlider("最大速度", &mMaxSpeed, 0.1, 500.0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user