- Fixed frmLightLevel to repaint the game window (when the slider changes)
This commit is contained in:
parent
8332241ab7
commit
46d045a46b
|
@ -39,6 +39,8 @@ begin
|
|||
frmMain.InvalidateFilter;
|
||||
end else
|
||||
frmMain.LightManager.LightLevel := tbLightlevel.Position;
|
||||
|
||||
frmMain.oglGameWindow.Repaint;
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
|
Loading…
Reference in New Issue