Fix T71892: Typo error - Distorsion to Distortion
This commit is contained in:
@@ -603,7 +603,7 @@ static void gpencil_fx_swirl(ShaderFxData *fx,
|
||||
fxd->runtime.fx_sh = fx_shgrp;
|
||||
}
|
||||
|
||||
/* Wave Distorsion FX */
|
||||
/* Wave Distortion FX */
|
||||
static void gpencil_fx_wave(ShaderFxData *fx, GPENCIL_e_data *e_data, GPENCIL_Data *vedata)
|
||||
{
|
||||
if (fx == NULL) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user