Browse Source

m( forgot to actually use the variable

Michael E Craggs 8 years ago
parent
commit
418a34de36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/Actor.cpp

+ 1 - 1
oxygine/src/Actor.cpp

@@ -1510,7 +1510,7 @@ namespace oxygine
 		ntl.x = std::min(tl.x, br.x);
 		ntl.y = std::min(tl.y, br.y);
 
-        return RectF(tl, size);
+        return RectF(ntl, size);
     }