Skip to content

Commit

Permalink
fixed a hatching regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongxu Li committed Jun 5, 2015
1 parent 997bb13 commit fb44f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librecad/src/lib/engine/rs_hatch.cpp
Expand Up @@ -270,7 +270,7 @@ void RS_Hatch::update() {

for (int px=px1; px<px2; px++) {
for (int py=py1; py<py2; py++) {
for(auto e: entities){
for(auto e: *pat){
RS_Entity* te=e->clone();
te->move(dvx*px + dvy*py);
tmp.addEntity(te);
Expand Down

0 comments on commit fb44f05

Please sign in to comment.