oops - some debug code was accidentally committed - portals should be brought to front

This commit is contained in:
Jon Atkins 2014-03-15 00:02:17 +00:00
parent b8f1928688
commit cb8dc7bd41

View File

@ -167,7 +167,6 @@ window.Render.prototype.endRenderPass = function() {
}
window.Render.prototype.bringPortalsToFront = function() {
return;
for (var lvl in portalsFactionLayers) {
// portals are stored in separate layers per faction
// to avoid giving weight to one faction or another, we'll push portals to front based on GUID order