Narendrabrsoft / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

CCTexture2D Params Issue #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
setTexParameters is a static method in CCTexture2D. Since the initialization is 
deferred, it makes it impossible to set different params on multiple textures 
(only the last params are used).

Looks like it is not static in the iphone CCTexture2D class. Not sure why it 
was ported over to be static? Is it possible to make this a regular instance 
variable instead?

Original issue reported on code.google.com by ghemp...@gmail.com on 20 Dec 2010 at 6:16

GoogleCodeExporter commented 8 years ago
I suppose I will look throght this class fully this in near future) maybe in 
the evening.

Original comment by opengen...@gmail.com on 21 Dec 2010 at 7:35

GoogleCodeExporter commented 8 years ago
It looks like this has been fixed in the latest source.

Original comment by ghemp...@gmail.com on 21 Jan 2011 at 9:37