From 77b184994e5f8804f796489273b9ef99a2cd3d15 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 29 Oct 2018 08:42:08 +0000 Subject: restored basic operation --- gui/src/chainImageSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/chainImageSet.h') diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index 7df4767..4a13c74 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -30,7 +30,7 @@ class chainImageSet{ } void drawGui(int x,int y,bool is_selected); void drawOutput(); - void drawGpu(); + //void drawGpu(); void updateOutput(); bool addfiles(std::vector &filenames); bool add(std::string filename,ofPoint pos=ofPoint(0,0),float ratio=0.3,float rotation=0.0); -- cgit v1.2.3