Thread: graphics issues
View Single Post
06-10-11, 12:21 PM   #9
shammou
A Defias Bandit
Join Date: May 2011
Posts: 3
Originally Posted by spiel2001 View Post
Are you two playing on a Mac or a PC?

If you would, open the file [World of Warcraft > Interface > AddOns > nUI > Main > nUI.lua ] in a plain text editor and look for this line...

Code:
        WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
and change it to look like this...

Code:
        --WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
then save the file and reload WoW. Does the problem go away?
i am using an i7 960 3.3ghz, 285gtx and have the settings for video at max... i used this to make the change in the file and everything is working great now...no more floating fish and seperated mounts =) tyvm