summaryrefslogtreecommitdiff
path: root/tests/m70-m73/m73-flood-mist-restore.0/test.ngc
blob: aa216745acbe091647b135892cbdd652bbf283fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;py,from interpreter import *

o1000 sub
M73
M9 (mist+flood off)
o1000 endsub


m7 (mist on)
m8 (flood on)

o1000 call

(mist+flood must be on again here since restored by M73:)

;py,assert this.params["_mist"] == 1.0
;py,assert this.params["_flood"] == 1.0

m2