Skip to content

Commit

Permalink
Should fix [#73]
Browse files Browse the repository at this point in the history
  • Loading branch information
FManga committed Oct 9, 2019
1 parent 4ca53b4 commit 2ed5242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javacompiler/femto/mode/LowRes16Color.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public int getPixel(uint x, uint y){
}
}

public void drawHLine(int x, int y, int w, int color){}

/// @copydoc ScreenMode::flush()
public void flush(){}

Expand Down

0 comments on commit 2ed5242

Please sign in to comment.