Skip to content

Commit

Permalink
Give the layer a more sensible name.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Sep 29, 2013
1 parent 3405469 commit d4fc14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void out(double *src, double *cx, double *cy, int width, int height, int transpa
#endif

e->layer = e->tile.add_layers();
e->layer->set_name("world");
e->layer->set_name("lines");
e->layer->set_version(1);
e->layer->set_extent(4096);

Expand Down

0 comments on commit d4fc14f

Please sign in to comment.