Index: samplecode/SampleMipMap.cpp |
diff --git a/samplecode/SampleMipMap.cpp b/samplecode/SampleMipMap.cpp |
index 3cfeeb704ecec46a502c9a9a70850c6b24efcb12..852f13fa18f207958d279349f99cd728a5da1f37 100644 |
--- a/samplecode/SampleMipMap.cpp |
+++ b/samplecode/SampleMipMap.cpp |
@@ -52,7 +52,7 @@ public: |
} |
fOnce = true; |
- fBitmap = createBitmap(N); |
+ fBitmap = createBitmap(N*5); |
fWidth = N; |
} |
@@ -87,7 +87,7 @@ protected: |
canvas->drawBitmap(fBitmap, x, y, &paint); |
} |
- this->inval(NULL); |
+ // this->inval(NULL); |
} |
private: |