Skip to content

Commit 4c71ebf

Browse files
committed
Even more sabotage
1 parent eacb98e commit 4c71ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Settings settings;
2626
* \brief Which extruder to evaluate each setting on, if different from the
2727
* normal extruder of the object it's evaluated for.
2828
*/
29-
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
29+
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
3030

3131
/*
3232
* \brief The mesh groups in the scene.

0 commit comments

Comments
 (0)