Skip to content

Commit 4adaf7a

Browse files
author
eddyStreamlabs
committed
Revert "Merge pull request #23 from Xaymar/display-cpu-improvements"
This reverts commit 8741647, reversing changes made to 4662c94.
1 parent 8741647 commit 4adaf7a

File tree

3 files changed

+286
-336
lines changed

3 files changed

+286
-336
lines changed

src/gs-limits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323
namespace GS {
2424
static const uint32_t MAXIMUM_VERTICES = 0xFFFFFFu;
25-
static const uint32_t MAXIMUM_UVW_LAYERS = 1u;
25+
static const uint32_t MAXIMUM_UVW_LAYERS = 8u;
2626
}

0 commit comments

Comments
 (0)