mirror of
https://github.com/badvision/jace.git
synced 2024-12-02 20:49:49 +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 timestamp = df.format(new Date());
|
||||||
String type;
|
String type;
|
||||||
int start = Computer.getComputer().getVideo().getCurrentWriter().actualWriter().getYOffset(0);
|
int start = Computer.getComputer().getVideo().getCurrentWriter().actualWriter().getYOffset(0);
|
||||||
int len = 0;
|
int len;
|
||||||
if (start < 0x02000) {
|
if (start < 0x02000) {
|
||||||
// Lo-res or double-lores
|
// Lo-res or double-lores
|
||||||
len = 0x0400;
|
len = 0x0400;
|
||||||
|
Loading…
Reference in New Issue
Block a user