summaryrefslogtreecommitdiff
path: root/rotord/Pixels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/Pixels.cpp')
-rw-r--r--rotord/Pixels.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/Pixels.cpp b/rotord/Pixels.cpp
index eef86c9..78f4bbb 100644
--- a/rotord/Pixels.cpp
+++ b/rotord/Pixels.cpp
@@ -1,5 +1,8 @@
#include "Pixels.h"
-
+Pixels::Pixels(){
+ pixels=nullptr;
+ pixelsOwner=false;
+}
Pixels::~Pixels(){
clear();
}