[Igarden-commit] Garden/source/PlanTool WarningOverlay.cpp, 1.4, 1.4.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-02 23:35:11
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23815 Modified Files: Tag: Release_branch_v1 WarningOverlay.cpp Log Message: Add z-axis Index: WarningOverlay.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/WarningOverlay.cpp,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** WarningOverlay.cpp 9 Aug 2005 12:35:15 -0000 1.4 --- WarningOverlay.cpp 2 Nov 2006 23:35:08 -0000 1.4.2.1 *************** *** 59,62 **** --- 59,63 ---- point.xOffset = bounds.xOffset + (bounds.xSize/2); point.yOffset = bounds.yOffset + (bounds.ySize/2); + point.zOffset = 0.0; if(matRef->NumWarnings() != 0) |