Skip to content

Commit a7f071b

Browse files
committed
Rename vsync.
1 parent 2ec6990 commit a7f071b

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

LuaMenu/configs/gameConfig/zk/settingsMenu.lua

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,30 @@ local settingsConfig = {
428428
},
429429
},
430430
},
431+
{
432+
name = "VSync",
433+
humanName = "Frame Rate Limit (vsync)",
434+
options = {
435+
{
436+
name = "Standard",
437+
apply = {
438+
VSync = 1,
439+
}
440+
},
441+
{
442+
name = "Adaptive",
443+
apply = {
444+
VSync = -1,
445+
}
446+
},
447+
{
448+
name = "Off",
449+
apply = {
450+
VSync = 0,
451+
}
452+
},
453+
},
454+
},
431455
{
432456
name = "ParticleLimit",
433457
humanName = "Particle Limit",
@@ -801,30 +825,6 @@ local settingsConfig = {
801825
},
802826
},
803827
},
804-
{
805-
name = "VSync",
806-
humanName = "Vertical Sync",
807-
options = {
808-
{
809-
name = "Standard",
810-
apply = {
811-
VSync = 1,
812-
}
813-
},
814-
{
815-
name = "Adaptive",
816-
apply = {
817-
VSync = -1,
818-
}
819-
},
820-
{
821-
name = "Off",
822-
apply = {
823-
VSync = 0,
824-
}
825-
},
826-
},
827-
},
828828

829829
{
830830
name = "WaterType_2",

0 commit comments

Comments
 (0)