UV Bug
Westmark · 2022-03-07
Found the bug in the uv generation
Sone values wasn't set correctly
On line 292:
--UVMod.length = -1
--UVMod.Height=1
Change to:
UVMod.length = -1
UVMod.width = 1
UVMod.height = 1
Unsure if the capital "H" was an issue, but just to be safe ;)
Admin · 2009-12-10
Anubis · 2009-12-05