default cursor visible true

This commit is contained in:
cxgeorge 2002-03-15 04:16:45 +00:00
parent 1e7fac0531
commit 89a38b3f8d

View File

@ -65,6 +65,7 @@ Properties() {
_mask = W_RGBA | W_DOUBLE | W_DEPTH;
_want_depth_bits = 1;
_want_color_bits = 1;
_bCursorIsVisible=true;
}
////////////////////////////////////////////////////////////////////