paintutils or is it a special thing done at another level? (java) I know the function is in Java, but I need to know how it actually work, or even better, where can I have a look into it. Thanks for reading

Posted 23 April 2014 - 04:35 PM
Posted 23 April 2014 - 04:41 PM
Posted 23 April 2014 - 08:31 PM
Posted 23 April 2014 - 10:27 PM
Posted 24 April 2014 - 01:01 AM
Bomb Bloke, on 23 April 2014 - 10:27 PM, said:
public void clear() { for (int y = 0; y < this.m_height; y++) { if (!this.m_lines[y].equals(this.m_emptyLine)) { this.m_lines[y] = this.m_emptyLine; this.m_changed = true; } if (!this.m_colourLines[y].equals(this.m_emptyColourLine)) { this.m_colourLines[y] = this.m_emptyColourLine; this.m_changed = true; } } }
Edited by theoriginalbit, 24 April 2014 - 01:02 AM.
Posted 24 April 2014 - 08:18 AM
0 members, 1 guests, 0 anonymous users