[Quickfix] bkcore.hexgl.RaceData.export():for

This commit is contained in:
Thibaut Despoulain
2012-10-22 22:48:38 +02:00
parent 4a090470ca
commit 37b5fd3778
+1 -1
View File
@@ -95,7 +95,7 @@ bkcore.hexgl.RaceData.prototype.export = function()
bkcore.hexgl.RaceData.prototype.import = function(imp)
{
this.data = [];
for(var i = 0; i <= this.last; i++)
for(var i = 0; i < imp.length; i++)
{
this.data.push(new bkcore.hexgl.RaceTick(
imp[i][0],