|
From: <ma...@us...> - 2011-12-20 17:06:50
|
Revision: 604
http://openautomation.svn.sourceforge.net/openautomation/?rev=604&view=rev
Author: mayerch
Date: 2011-12-20 17:06:40 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Bugfix that placed all floors in one...
Modified Paths:
--------------
JSFloorPlan/trunk/src/jsfloorplan.js
Modified: JSFloorPlan/trunk/src/jsfloorplan.js
===================================================================
--- JSFloorPlan/trunk/src/jsfloorplan.js 2011-12-20 16:57:26 UTC (rev 603)
+++ JSFloorPlan/trunk/src/jsfloorplan.js 2011-12-20 17:06:40 UTC (rev 604)
@@ -330,7 +330,7 @@
JSFloorPlan3D.buildingProperties.floor[floorCount].height = floorheight;
JSFloorPlan3D.buildingProperties.floor[floorCount].heightOfGround = heightOfGround;
- var floorWallsStart = 0;// floorWalls.length; <- not defined here yet...
+ var floorWallsStart = floorWalls.length;
// iterate over the content of this floor
for( var j=0; j < floor.childNodes.length; j++ )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|