Skip to content
Snippets Groups Projects
Commit d59030a7 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent a0e3160b
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ function Graphic_load(filename)
var y;
var f=new File(filename);
if(!(f.open("rb",true))
if(!(f.open("rb",true)))
return(false);
for(y=0; y<this.height; y++) {
for(x=0; x<this.width; x++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment