Advertisement
Strictoaster

Changes to make

Feb 14th, 2016
15,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1. property noPartialBackingStoreCopies        false       #turn off "special" low-impact scrolling mode.
  2. property useSecondStage                     true        # Default, overridden below in most cases.
  3. property texBindMaxFree                     32          # To stop thrashing, plus a little pad.
  4. property dirtyRectMergeFrames               1           # Default, for low-end card.
  5. property TextureBits                        32           # mostly just for preview -- everything else should be DXT
  6.  
  7. # ADD THIS LINE
  8. property usevertexbuffers false                        # turn on buttery smooth scrolling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement