Skip to content

Commit

Permalink
Revert "Merge pull request #23 from Xaymar/display-cpu-improvements"
Browse files Browse the repository at this point in the history
This reverts commit 8741647, reversing
changes made to 4662c94.
  • Loading branch information
eddyStreamlabs committed Feb 5, 2018
1 parent 8741647 commit 4adaf7a
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 336 deletions.
2 changes: 1 addition & 1 deletion src/gs-limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

namespace GS {
static const uint32_t MAXIMUM_VERTICES = 0xFFFFFFu;
static const uint32_t MAXIMUM_UVW_LAYERS = 1u;
static const uint32_t MAXIMUM_UVW_LAYERS = 8u;
}
Loading

0 comments on commit 4adaf7a

Please sign in to comment.