Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Feb 21, 2024
1 parent babc74b commit 55dcaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/yocto/yocto_sceneio.cpp
Expand Up @@ -973,7 +973,8 @@ void save_fvshape(const string& filename, const fvshape_data& shape,
}

// Shape presets used for testing.
shape_data make_shape_preset(const string& type) {
shape_data make_shape_preset(const string& type_) {
auto type = path_basename(type_);
if (type == "default-quad") {
return make_rect();
} else if (type == "default-quady") {
Expand Down

0 comments on commit 55dcaff

Please sign in to comment.