gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/character.cpp


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] gnash ChangeLog server/character.cpp
Date: Thu, 17 Apr 2008 11:36:45 +0200

> ...
> 
> > +   * server/character.cpp: replacing rint with floor wasn't a
> > +     good idea.
> 
> ...
> 
> > -           
> > m.set_x_translation(static_cast<int>(std::infinite_to_fzero(PIXELS_TO_TWIPS(newx))));
> > +           
> > m.set_x_translation(std::floor(std::infinite_to_fzero(PIXELS_TO_TWIPS(newx))));
> 
> ...
> 
> > -           
> > m.set_y_translation(static_cast<int>(std::infinite_to_fzero(PIXELS_TO_TWIPS(newy))));
> > +           
> > m.set_y_translation(std::floor(std::infinite_to_fzero(PIXELS_TO_TWIPS(newy))));
> 
> Where's the rint() you're talking about ?
> 
> --strk;

Good point! I failed to commit it when I thought I had, which was
probably a good thing. ChangeLog editing time...

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]