OverkillManatee / beginning-android-games

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

(bug) constructor missing parameters #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PDF page 224:

Current line:
graphics = new AndroidGraphics(getAssets(), frameBuffer);

AndroidGraphics constructor requires also canvas and paint:
AndroidGraphics(AssetManager assets, Bitmap frameBuffer, Canvas canvas, Paint 
paint)

Original issue reported on code.google.com by alex.na...@gmail.com on 23 May 2011 at 11:09

GoogleCodeExporter commented 9 years ago
pff, ignore that one - me stupid

Original comment by alex.na...@gmail.com on 29 May 2011 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by badlogicgames on 24 Aug 2011 at 4:05