Skip to content

Commit f1bdd9f

Browse files
committed
Tidy up script
1 parent 534145c commit f1bdd9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/codex/code/step20.ecs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,10 @@
199199
multiply Width by AspectH giving Height
200200
divide Height by AspectW
201201
set style `height` of Div to Height cat `px`
202-
put Height into H
203-
negate H
204-
put 0 into H
205202

206203
! Create the components
207204
set the elements of Anim to the elements of Spec
205+
put 0 into H
208206
put 0 into Index
209207
while Index is less than the elements of Spec
210208
begin

0 commit comments

Comments
 (0)