cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

fixed: horizontal repeating texture suddenly ending in view #158

Closed stefanvonderkrone closed 9 years ago

stefanvonderkrone commented 9 years ago

I had the problem, that a repeating background texture suddenly ends within the viewport at a certain scaling of the viewport. Fixed it by increasing the range of texture repetition by the p.repeatH as well as p.repeatW

cykod commented 9 years ago

Good fix -thanks @stefanvonderkrone

stefanvonderkrone commented 9 years ago

You're welcome :)