Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Psythe
Forum: nUI: Technical Support 11-24-10, 04:37 PM
Replies: 15
Views: 12,966
Posted By Psythe
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...
Showing results 1 to 1 of 1