Revision: 55615
http://sourceforge.net/p/brlcad/code/55615
Author: r_weiss
Date: 2013-05-31 15:54:41 +0000 (Fri, 31 May 2013)
Log Message:
-----------
Fixed a bug in libged 'draw.c' function 'append_solid_to_display_list' which
corrects 'autoview' in mged.
Modified Paths:
--------------
brlcad/trunk/src/libged/draw.c
Modified: brlcad/trunk/src/libged/draw.c
===================================================================
--- brlcad/trunk/src/libged/draw.c 2013-05-31 13:15:45 UTC (rev 55614)
+++ brlcad/trunk/src/libged/draw.c 2013-05-31 15:54:41 UTC (rev 55615)
@@ -442,6 +442,9 @@
BN_CK_TOL(tsp->ts_tol);
RT_CK_RESOURCE(tsp->ts_resp);
+ VSETALL(min, INFINITY);
+ VSETALL(max, -INFINITY);
+
if (!dgcdp) {
return TREE_NULL;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits