diff options
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/partialator.c b/src/partialator.c index 5543b041..68c886c9 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1267,6 +1267,8 @@ int main(int argc, char *argv[]) pmodel = PMODEL_UNITY; } else if ( strcmp(pmodel_str, "xsphere") == 0 ) { pmodel = PMODEL_XSPHERE; + } else if ( strcmp(pmodel_str, "offset") == 0 ) { + pmodel = PMODEL_OFFSET; } else if ( strcmp(pmodel_str, "random") == 0 ) { pmodel = PMODEL_RANDOM; } else { |