Pārlūkot izejas kodu

Allow the view-scene preset (console only) to show every view

master
Fen Dweller pirms 4 gadiem
vecāks
revīzija
331af8f59e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      presets/scenes.js

+ 1
- 1
presets/scenes.js Parādīt failu

@@ -100,7 +100,7 @@ scenes["EVERY VIEW AAAAA"] = () => {
function makeViewsScene(constructor, viewChoice) {
return () => {
Object.keys(constructor.constructor().views).forEach(view => {
if (view.indexOf(viewChoice) >= 0) {
if (viewChoice === undefined || view.indexOf(viewChoice) >= 0) {
const entity = constructor.constructor()
displayEntity(entity, view, 0, 1)
}


Notiek ielāde…
Atcelt
Saglabāt