changed the paths in cmake, fixed two dumb sigabrts on termination
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "CLCaster.h"
|
||||
|
||||
CLCaster::CLCaster() {}
|
||||
CLCaster::~CLCaster() {}
|
||||
CLCaster::~CLCaster() {
|
||||
delete[] viewport_matrix;
|
||||
delete[] viewport_image;
|
||||
}
|
||||
|
||||
bool CLCaster::init() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user