Of course I mean: Or they're not documented. -- Dominic Graefen Freelance: Interactive Developer / Creative Technologist devboy.org
On Monday, August 1, 2011 at 1:10 AM, Dominic Graefen wrote: > AFAIK there are nor compiler settings for this in mxmlc/compc. And if they're > not documented. > > -- > Dominic Graefen > Freelance: Interactive Developer / Creative Technologist > devboy.org (http://devboy.org) > > > On Monday, August 1, 2011 at 1:09 AM, makc wrote: > > > the issue was not with material but with Cube's map6 mode, changing > > > > private var _offset:Number = 1/3; > > > > to > > > > private var _offset:Number = 1/3.0; > > > > fixed it. good old mxmlc being a smart ass and "optimizing" 1/3 to > > integer (zero) how the hell does one turn this off? is there a > > compiler setting? >
