Cosmetic changes

This commit is contained in:
Jonas Kulla 2013-09-21 14:45:27 +02:00
parent 4aed9ef1a7
commit f4f0748d68
2 changed files with 5 additions and 5 deletions

View file

@ -58,10 +58,10 @@ namespace TileQuads
/* Build a quad "frame" (see Window cursor_rect) */
int buildFrame(const IntRect &rect,
Vertex *vert /* 36 big */);
Vertex vert[36]);
int buildFrameSource(const IntRect &rect,
Vertex *vert /* 36 big */);
Vertex vert[36]);
}
#endif // TILEQUAD_H