Skip to content
Snippets Groups Projects
Commit f4f999fa authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix recording bug

parent eedf6235
No related branches found
No related tags found
1 merge request!338Resolves #375 full colour resolution
Pipeline #29306 passed
...@@ -83,7 +83,7 @@ RecordOptions::RecordOptions(nanogui::Widget *parent, Camera* ctrl) ...@@ -83,7 +83,7 @@ RecordOptions::RecordOptions(nanogui::Widget *parent, Camera* ctrl)
case Channel::Colour : case Channel::Colour :
case Channel::Colour2 : case Channel::Colour2 :
case Channel::Depth : case Channel::Depth :
case Channel::Depth2 : case Channel::Depth2 : break;
default: continue; default: continue;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment