diff options
| author | chai <chaifix@163.com> | 2019-04-02 21:45:33 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-04-02 21:45:33 +0800 |
| commit | af7bdaa10ee71a319dc55c3c7556fa43a95c9dc9 (patch) | |
| tree | 58611985001b78c5a76b78ae146fdb07dde31c1d /source/modules/asura-utils/math/rect.hpp | |
| parent | 250e30d73f09e9da2b5a81d0fbae63744ae12a73 (diff) | |
*misc
Diffstat (limited to 'source/modules/asura-utils/math/rect.hpp')
| -rw-r--r-- | source/modules/asura-utils/math/rect.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-utils/math/rect.hpp b/source/modules/asura-utils/math/rect.hpp index 282b606..15981c2 100644 --- a/source/modules/asura-utils/math/rect.hpp +++ b/source/modules/asura-utils/math/rect.hpp @@ -12,7 +12,7 @@ namespace AsuraEngine public: Rect(); Rect(T x, T y, T w, T h); - ~Rect(); + ~Rect() {}; /// /// x,yǷrectڡ |
