ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/entity.C
(Generate patch)

Comparing libgender/entity.C (file contents):
Revision 1.48 by root, Sun Oct 17 18:25:37 2004 UTC vs.
Revision 1.49 by root, Tue Oct 19 16:48:22 2004 UTC

282 282
283void entity::move (const vec3 &v) 283void entity::move (const vec3 &v)
284{ 284{
285 p = p + v; 285 p = p + v;
286 286
287 //renormalize (orig, p); 287 renormalize (orig, p);
288 288
289 update (); 289 update ();
290} 290}
291 291
292void entity::show () 292void entity::show ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines