mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix a bug #2
This commit is contained in:
parent
8fbcd75edc
commit
52a0da5839
1 changed files with 2 additions and 2 deletions
|
|
@ -251,8 +251,8 @@ namespace satdump
|
|||
if (image::has_metadata_proj_cfg(image))
|
||||
{
|
||||
image_proj = image::get_metadata_proj_cfg(image);
|
||||
image_proj.init(0, 1);
|
||||
image_proj_valid = true;
|
||||
if (image_proj.init(0, 1))
|
||||
image_proj_valid = true;
|
||||
}
|
||||
|
||||
image_calib_valid = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue