Skip to content
Snippets Groups Projects
Commit a3e2ae0e authored by Martin Štourač's avatar Martin Štourač
Browse files

fix pad module export

parent 91efcb5b
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,7 @@ void export_module_type(boost::json::object &module_object, voxel_graph_ptr &vox
else
type = "universal";
}
else if (type_name == "pad")
else if (type_name_s == "pad")
type = "pad";
else
type = "unknown";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment