View Single Post
11-24-10, 04:37 PM   #16
Psythe
A Kobold Labourer
Join Date: Nov 2010
Posts: 1
Another fix

If you add one line in the function nUI:setScale():
hScale = width / 2560;
add--> hScale = hScale / 3;
vScale = height / 1600;

It will work without changing anything else. Hopefully anyhow...