Explorar el Código

Fixed Memory Method

Trinh Tong hace 6 años
padre
commit
18501e8ab7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      MemoryFunc.java

+ 1
- 0
MemoryFunc.java Ver fichero

@@ -44,6 +44,7 @@ public class MemoryFunc {
44 44
                 
45 45
                 clearMemory();
46 46
                 Console.println("Memory cleared.");
47
+                this.memoryChanged = false;
47 48
                 break;
48 49
                 
49 50
             } else if (memoryOpt.equals("3")) {