| Index: samplecode/SampleApp.cpp
|
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
|
| index 65e3c17a444292a575c11ea9ee5361607d5659fa..3992c3935cf39efb4e38a39163e482db6f7e0089 100644
|
| --- a/samplecode/SampleApp.cpp
|
| +++ b/samplecode/SampleApp.cpp
|
| @@ -74,7 +74,7 @@ public:
|
| #elif SK_ANGLE
|
| //#define DEFAULT_TO_ANGLE 1
|
| #else
|
| -#define DEFAULT_TO_GPU 0 // if 1 default rendering is on GPU
|
| +#define DEFAULT_TO_GPU 1 // if 1 default rendering is on GPU
|
| #endif
|
|
|
| #define ANIMATING_EVENTTYPE "nextSample"
|
|
|