small fixes

This commit is contained in:
2026-09-07 22:05:51 +02:00
parent 9e6c6fd84d
commit aec9083ebb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class PD_API Container {
*/
Container(const fvec4& box)
: pos(fvec2(box.x, box.y)), size(fvec2(box.z - box.x, box.w - box.y)) {}
~Container() = default;
virtual ~Container() = default;
/**
* Init Function Required by every Object that uses