changed the paths in cmake, fixed two dumb sigabrts on termination

This commit is contained in:
2017-12-12 22:23:14 -08:00
parent 7bb1c5100f
commit cc0b078e17
3 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
#include "CLCaster.h"
CLCaster::CLCaster() {}
CLCaster::~CLCaster() {}
CLCaster::~CLCaster() {
delete[] viewport_matrix;
delete[] viewport_image;
}
bool CLCaster::init() {