Updated documentation
This commit is contained in:
parent
4cac599b88
commit
101107b1e5
2 changed files with 22 additions and 1 deletions
|
|
@ -643,7 +643,6 @@ public:
|
|||
case NAME_None:
|
||||
th->RenderStyle = STYLE_None;
|
||||
break;
|
||||
default:
|
||||
case NAME_Normal:
|
||||
th->RenderStyle = STYLE_Normal;
|
||||
break;
|
||||
|
|
@ -679,6 +678,8 @@ public:
|
|||
case NAME_Subtractive:
|
||||
th->RenderStyle = STYLE_Subtract;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue