j-rewerts / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

comment on colorsEnabled #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In min3d/core/Object3d.java
line 237 reads:

     * Color used to render object, but only when colorsEnabled is false.

This should be changed to

     * Color used to render object, but only when vertexColorsEnabled is false.

Original issue reported on code.google.com by radiok...@gmx.de on 2 Aug 2011 at 12:47