1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 11:09:42 +00:00

Fix depth test reading in BGSM

This commit is contained in:
Alexei Kotov 2024-04-18 02:57:32 +03:00
parent 8ef6304dd9
commit f9f8c1e591

View file

@ -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);