1 decade ago by svenanders
This may belong to the Ejecta forum, but anyways...
In the latest dev preview of Xcode, I get this message
when using ig.image like this (in the run:function() part of the code):
Have never had any problems with this in the past.
In the latest dev preview of Xcode, I get this message
CGContextSetFillColorWithColor This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
[etc...]
when using ig.image like this (in the run:function() part of the code):
var bgimg = new ig.Image( 'media/bg/background.png' ); bgimg.draw( 0,0 );
Have never had any problems with this in the past.