Skip to content

Commit

Permalink
Update _TBOX_PREFIX_App.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-weili authored Nov 8, 2018
1 parent 1ee1695 commit 334a845
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/Bluecadet App/src/_TBOX_PREFIX_App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ void _TBOX_PREFIX_App::prepareSettings(ci::app::App::Settings *settings) {

void _TBOX_PREFIX_App::setup() {
BaseApp::setup();
BaseApp::addTouchSimulatorParams();


// Optional: configure your root view
getRootView()->setBackgroundColor(Color::gray(0.5f));

Expand All @@ -67,4 +66,4 @@ void _TBOX_PREFIX_App::draw() {
// Make sure to pass a reference to prepareSettings to configure the app correctly. MSAA and other render options are optional.
CINDER_APP(_TBOX_PREFIX_App,
RendererGl(RendererGl::Options().msaa(4)),
_TBOX_PREFIX_App::prepareSettings);
_TBOX_PREFIX_App::prepareSettings);

0 comments on commit 334a845

Please sign in to comment.