mirror of
https://github.com/badvision/jace.git
synced 2024-11-28 10:52:33 +00:00
Removed minor code warning
This commit is contained in:
parent
738e9a5453
commit
e82af529e8
@ -286,7 +286,7 @@ public class EmulatorUILogic {
|
||||
String timestamp = df.format(new Date());
|
||||
String type;
|
||||
int start = Computer.getComputer().getVideo().getCurrentWriter().actualWriter().getYOffset(0);
|
||||
int len = 0;
|
||||
int len;
|
||||
if (start < 0x02000) {
|
||||
// Lo-res or double-lores
|
||||
len = 0x0400;
|
||||
|
Loading…
Reference in New Issue
Block a user