Update flipflop.js

This commit is contained in:
felixs-alt 2023-09-26 12:49:57 +02:00 committed by GitHub
parent c9bea6dd89
commit 92b23492d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ elements.flipflop = {
doBurning(pixel)
doElectricity(pixel)
let Powerstate = pixel.powerst
let Powerstate = pixel.powerstate
let Output = pixelMap[pixel.x+1][pixel.y]
let Input = pixelMap[pixel.x-1][pixel.y]
console.log(typeof Output)