update todo
This commit is contained in:
parent
17ca737291
commit
0e0b9add13
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue