View Single Post
  #97  
Old 13-08-2017, 05:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Standard settings if you disable opacity are
Code:
Opacity=80
OpacityOnMouse=20
OpacityMouseDown=50
But it should be

Code:
Opacity=100
OpacityOnMouse=100
OpacityMouseDown=100
So

Code:
//Opacity=
//OpacityOnMouse=
//OpacityMouseDown=
Should be

Code:
Opacity=100
OpacityOnMouse=100
OpacityMouseDown=100
__________________
Haters gonna hate
Reply With Quote