Skip to content

Commit

Permalink
Moved maskSpritesAligned to advanced/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lronaldo committed Aug 7, 2015
1 parent 466b257 commit f33cb90
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void main(void) {

// Wait for VSYNC before drawing to the screen to reduce flickering
// We also wait for several VSYNC to make it move slow, or it will be too fast
waitNVSYNCs(10);
waitNVSYNCs(2);

// Redraw a tilebox over the alien to erase it (redrawing background over it)
cpct_etm_drawTileBox2x4(a->tx, a->ty, ALIEN_WIDTH_TILES, ALIEN_HEIGHT_TILES,
Expand Down

0 comments on commit f33cb90

Please sign in to comment.