Skip to content

Commit

Permalink
xrRender: fix field overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent aad51bf commit a23a409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/HWCaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void CHWCaps::Update()
// ***************** PIXEL processing
raster_major = 4;
raster_minor = 0;
raster.dwStages = 16;
raster.dwStages = 15;
raster.bNonPow2 = TRUE;
raster.bCubemap = TRUE;
raster.dwMRT_count = 4;
Expand Down

0 comments on commit a23a409

Please sign in to comment.