Docs and update changelog

This commit is contained in:
tobspr 2020-07-07 09:16:45 +02:00
parent e46dd4e00b
commit d017362b23
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export const CHANGELOG = [
"Show mouse and camera tile on debug overlay (F4) (by dengr)",
"Fix tunnels entrances connecting to exits sometimes when they shouldn't",
"The initial belt planner direction is now based on the cursor movement (by MizardX)",
"Fix preferred variant not getting saved when clicking on the hud (by Danacus)",
],
},
{

View File

@ -529,6 +529,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
/**
* Sets the current variant to the given variant
* @param {string} variant
*/
setVariant(variant) {
const metaBuilding = this.currentMetaBuilding.get();