Skip to content

Commit

Permalink
#4 Completar diagramas vectoriales.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioariza committed Oct 29, 2017
1 parent 77850ad commit 0d87169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patrones/src/common/PaintableFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Factory
public class PaintableFactory {

private boolean useImage = true;
private boolean useImage = false;

public Paintable create(int x1, int y1, int x2, int y2, int state) {
if (useImage) {
Expand Down

0 comments on commit 0d87169

Please sign in to comment.