Minor updates. Adjusted sensitivity of detail slider.

This commit is contained in:
Emil Martinec
2012-04-06 20:25:11 -05:00
parent 91dc09b0ee
commit 78d4f80875
3 changed files with 12 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ public:
// use as empty declaration, resize before use!
// very useful as a member object
array2D() :
x(0), y(0), owner(0), ptr(NULL), data(NULL), lock(0) {
x(0), y(0), owner(0), ptr(NULL), data(NULL), lock(0), flags(0) {
//printf("got empty array2D init\n");
}