Skip to content

Commit

Permalink
Update CinematicTools.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
IllustrisJack committed Nov 7, 2021
1 parent 66f3a12 commit 5d78329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Client/Modules/CinematicTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ function CinematicTools:CreateGUI()
self:GenericCallback("characterLighting.firstPersonEnable", p_Value)
end)

DebugGUI:Range('Character Lighting Mode', {DefValue = 0.0, Min = 0.0, Max = 1.0, Step = self.VALUE_STEP}, function(p_Value)
DebugGUI:Range('Character Lighting Mode', {DefValue = 0.0, Min = 0.0, Max = 1.0, Step = 1}, function(p_Value)
self:GenericCallback("characterLighting.characterLightingMode", p_Value)
end)

Expand Down

0 comments on commit 5d78329

Please sign in to comment.