Skip to content

Commit 69912da

Browse files
Xottab-DUTYeagleivg
andcommitted
Agree
Co-Authored-By: eagleivg <[email protected]>
1 parent 7cc7602 commit 69912da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layers/xrRender/HWCaps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ void CHWCaps::Update()
238238
// ***************** PIXEL processing
239239
raster_major = 4;
240240
raster_minor = 0;
241-
raster.dwStages = 15;
241+
// XXX: review this
242+
raster.dwStages = 15; // Previuos value is 16, but it's out of bounds
242243
raster.bNonPow2 = TRUE;
243244
raster.bCubemap = TRUE;
244245
raster.dwMRT_count = 4;

0 commit comments

Comments
 (0)