mirror of https://github.com/rusefi/RomRaider.git
Fixed map copying not working
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@78 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
5e8082b86c
commit
f161048081
|
@ -695,7 +695,7 @@ public class Table3D extends Table implements Serializable {
|
|||
|
||||
try {
|
||||
if (!data[x][y].getText().equalsIgnoreCase(currentToken)) {
|
||||
data[x][y].setCompareRealValue(currentToken);
|
||||
data[x][y].setRealValue(currentToken);
|
||||
}
|
||||
} catch (ArrayIndexOutOfBoundsException ex) { /* copied table is larger than current table*/ }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue