BalloonEnginePlugin>>primitiveAddPolygon

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

BalloonEnginePlugin>>primitiveAddPolygon

Eliot Miranda-2
 
...contains a ^interpreterProxy pop: 6 which should read ^interpreterProxy pop: 5. :)
Reply | Threaded
Open this post in threaded view
|

Re: BalloonEnginePlugin>>primitiveAddPolygon

Igor Stasenko

On 13 May 2011 20:13, Eliot Miranda <[hidden email]> wrote:
>
> ...contains a ^interpreterProxy pop: 6 which should read ^interpreterProxy pop: 5. :)
>

yes
        "Check if have anything at all to do"
        ((lineFill = 0 or:[lineWidth = 0]) and:[fillIndex = 0])
                ifTrue:[^interpreterProxy pop: 6].


--
Best regards,
Igor Stasenko AKA sig.