Revision 52573991
Added by Leszek Koltunski over 4 years ago
| src/main/java/org/distorted/main/RubikRenderer.java | ||
|---|---|---|
| 134 | 134 |
|
| 135 | 135 |
DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1); |
| 136 | 136 |
|
| 137 |
if( !mDebugSent ) |
|
| 137 |
if( !BuildConfig.DEBUG && !mDebugSent )
|
|
| 138 | 138 |
{
|
| 139 | 139 |
mDebugSent= true; |
| 140 | 140 |
RubikNetwork network = RubikNetwork.getInstance(); |
Also available in: Unified diff
Minor.