Skip to content

Commit

Permalink
Merge pull request #70 from Deledrius/new_pfm_attrib
Browse files Browse the repository at this point in the history
Add new PFM Attribute for plLayers.
  • Loading branch information
zrax authored Jul 17, 2023
2 parents d4ee847 + 316cc43 commit 723ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrpShop/PRP/Modifier/QPythonFileMod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static const QString s_PythonParamTypes[] = {
"Exclude Region", "Animation", "Animation Name", "Behavior", "Material",
"GUI Pop-Up Menu", "GUI Skin", "Water Component", "Swim Current Interface",
"Cluster Component", "Material Animation", "Grass Shader Component",
"Global SDL Variable", "Subtitle", "Blower Component", "None"
"Global SDL Variable", "Subtitle", "Blower Component", "Layer", "None"
};

static QStringList makeParamItem(const plPythonParameter& param)
Expand Down

0 comments on commit 723ce69

Please sign in to comment.