From a765444aa8487023af6c485e4aae8d5008a047a0 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 13 Aug 2016 18:38:34 +0200 Subject: [PATCH] Simplify example by using new `registerFboSource` method override --- example/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/ofApp.cpp b/example/src/ofApp.cpp index 4d23486..058708b 100644 --- a/example/src/ofApp.cpp +++ b/example/src/ofApp.cpp @@ -13,8 +13,8 @@ void ofApp::setup(){ // a surface in XML settings. crossSource = new CrossSource(); customSource = new CustomSource(); - piMapper.registerFboSource(*crossSource); - piMapper.registerFboSource(*customSource); + piMapper.registerFboSource(crossSource); + piMapper.registerFboSource(customSource); piMapper.setup(); // The info layer is hidden by default, press to toggle