Skip to content

Commit

Permalink
Error projecto patrones
Browse files Browse the repository at this point in the history
Se soluciona el error que se estaba generando en el proyecto Patrones el cual no dejaba ejecutar el aplicativo.
  • Loading branch information
jocastaneda5 committed Oct 26, 2017
1 parent f0c8aa0 commit fe1df34
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 fe1df34

Please sign in to comment.