View Single Post
07-25-16, 01:49 AM   #34
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by semlar View Post
However, I ran into major performance problems from nameplates scaling based on distance, and have hard-coded their min and max scale to the same number to prevent it from happening.
Lua Code:
  1. SetCVar('namePlateMinScale', 1)
  2. SetCVar('namePlateMaxScale', 1)
This also fixes my FPS drops when using OUTLINE. <3
  Reply With Quote