Style: Fix statements ending with ';;'
This commit is contained in:
parent
e2a3f06f3d
commit
f44ee891be
111 changed files with 227 additions and 227 deletions
|
|
@ -1765,7 +1765,7 @@ Variant::operator Transform() const {
|
|||
if (type==TRANSFORM2D) {
|
||||
return *_data._transform2d;
|
||||
} else if (type==TRANSFORM) {
|
||||
const Transform& t = *_data._transform;;
|
||||
const Transform& t = *_data._transform;
|
||||
Transform2D m;
|
||||
m.elements[0][0]=t.basis.elements[0][0];
|
||||
m.elements[0][1]=t.basis.elements[1][0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue