Thread: graphics issues
View Single Post
04-30-11, 10:31 AM   #4
shayotan
A Murloc Raider
Join Date: Oct 2008
Posts: 7
No I still see fishies swimming in the open air. though on a positive note.. the black bar did go away but the water is still missing.

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?