PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

SPRenderSupport: clearWithColor method not working correctly #1003

Closed PrimaryFeather closed 13 years ago

PrimaryFeather commented 13 years ago

As pointed out here, glClearColor takes in float values between 0.0f and 1.0f (not uint 0 to 255).

PrimaryFeather commented 13 years ago

fixed clearWithColor method (closed by 75004b676c0ea4b0272d6439b24c6b48d43fde90)