mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Fix depth test reading in BGSM
This commit is contained in:
parent
8ef6304dd9
commit
f9f8c1e591
@ -17,6 +17,7 @@ namespace Bgsm
|
||||
stream.read(mAlphaTestThreshold);
|
||||
stream.read(mAlphaTest);
|
||||
stream.read(mDepthWrite);
|
||||
stream.read(mDepthTest);
|
||||
stream.read(mSSR);
|
||||
stream.read(mWetnessControlSSR);
|
||||
stream.read(mDecal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user