update todo

This commit is contained in:
Luna 2019-07-10 12:00:43 -03:00
parent 17ca737291
commit 0e0b9add13
1 changed files with 3 additions and 2 deletions

View File

@ -73,8 +73,9 @@ pub const Runner = struct {
return RunError.NoBMP;
}
// TODO, copy load_path into a temporary file, then use that
// file to work on things.
// we don't copy load_path into a temporary file because we're already
// loading it under the SFM_READ mode, which won't cause any destructive
// operations on the file.
self.image = try Image.open(self.allocator, load_path);
}