~rabbits/nasu

fadeaa6d36bf9bbeb10e25ca9c3213377a603b4d — neauoire 1 year, 8 months ago d8ddaec
Tiny optimization
1 files changed, 2 insertions(+), 4 deletions(-)

M nasu.tal
M nasu.tal => nasu.tal +2 -4
@@ 982,12 982,10 @@ RTN
	#30 .Screen/color DEO

	( record mouse positions )
	.Mouse/x DEI2 .pointer/x STZ2
	.Mouse/y DEI2 .pointer/y STZ2
	.Mouse/x DEI2 DUP2 .pointer/x STZ2 .Screen/x DEO2
	.Mouse/y DEI2 DUP2 .pointer/y STZ2 .Screen/y DEO2

	( draw new cursor )
	.pointer/x LDZ2 .Screen/x DEO2
	.pointer/y LDZ2 .Screen/y DEO2
	;tool-brush #00 .settings/tool LDZ #08 * ++ .Screen/addr DEO2
	#32 .Mouse/state DEI #00 ! + .Screen/color DEO