Merge pull request #21 from elemoine/webgl-point-compile-err

[webgl-point] Add an assertion to avoid compile error
This commit is contained in:
Éric Lemoine
2014-11-07 17:02:11 +01:00

View File

@@ -126,6 +126,7 @@ ol.style.AtlasManager.prototype.add =
++ii;
}
}
goog.asserts.fail();
};