mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fix specular defaults to be a little more sane
This commit is contained in:
parent
7a59bcde4c
commit
2c9a2e7170
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ FTexture::MiscGLInfo::MiscGLInfo() throw()
|
|||
mIsTransparent = -1;
|
||||
shaderspeed = 1.f;
|
||||
shaderindex = 0;
|
||||
Glossiness = 0.0f;
|
||||
SpecularLevel = 0.0f;
|
||||
Glossiness = 10.0f;
|
||||
SpecularLevel = 0.1f;
|
||||
|
||||
Material[1] = Material[0] = NULL;
|
||||
SystemTexture[1] = SystemTexture[0] = NULL;
|
||||
|
|
Loading…
Reference in a new issue