Skip to content

Commit

Permalink
#4
Browse files Browse the repository at this point in the history
Puesta a punto Patrones 1. Se ajuste variable para cargar datos en memoria
  • Loading branch information
elbetancourt1 authored Oct 30, 2017
1 parent 2555857 commit c7d5862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Patrones/src/common/PaintableFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

// Factory
public class PaintableFactory {

private boolean useImage = true;
//Eliecer Betancourt
// Se ajuste variable para cargar datos en memoria
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 c7d5862

Please sign in to comment.