Revision: 75643
          http://sourceforge.net/p/brlcad/code/75643
Author:   brlcad
Date:     2020-04-30 04:57:35 +0000 (Thu, 30 Apr 2020)
Log Message:
-----------
added fixme label. shouldn't need to set a global.

Modified Paths:
--------------
    brlcad/trunk/src/gtools/gsh.cpp

Modified: brlcad/trunk/src/gtools/gsh.cpp
===================================================================
--- brlcad/trunk/src/gtools/gsh.cpp     2020-04-30 00:25:29 UTC (rev 75642)
+++ brlcad/trunk/src/gtools/gsh.cpp     2020-04-30 04:57:35 UTC (rev 75643)
@@ -87,7 +87,7 @@
        bu_exit(EXIT_FAILURE, "ERROR, could not load libged: %s\n", 
bu_dlerror());
     }
 
-    /* If we hope to do any drawing, for the moment we need to initialize the 
LIBRT global */
+    /* FIXME: To draw, we need to init this LIBRT global */
     BU_LIST_INIT(&RTG.rtg_vlfree);
 
     /* Need a view for commands that expect a view */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to