Fix T71892: Typo error - Distorsion to Distortion

This commit is contained in:
2019-11-25 16:12:22 +01:00
parent e0cada9519
commit 78071d0cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ static void copyData(const ShaderFxData *md, ShaderFxData *target)
}
ShaderFxTypeInfo shaderfx_Type_Wave = {
/* name */ "Wave Distorsion",
/* name */ "Wave Distortion",
/* structName */ "WaveShaderFxData",
/* structSize */ sizeof(WaveShaderFxData),
/* type */ eShaderFxType_GpencilType,