Mercurial > mm7
diff Outdoor.h @ 2169:5b27c035a241
small cleaning
author | Ritor1 |
---|---|
date | Mon, 20 Jan 2014 00:02:22 +0600 |
parents | a869b0376b48 |
children | dc822157c98d |
line wrap: on
line diff
--- a/Outdoor.h Fri Jan 17 22:44:57 2014 +0600 +++ b/Outdoor.h Mon Jan 20 00:02:22 2014 +0600 @@ -82,7 +82,7 @@ bool HasEventHint(); - static bool IsBackfaceCulled(struct ODMFace *a1, struct RenderVertexSoft *a2, struct Polygon *a3); + static bool IsBackfaceCulled(struct RenderVertexSoft *a2, struct Polygon *polygon); inline bool Invisible() const {return (uAttributes & FACE_INVISIBLE) != 0;} inline bool Visible() const {return !Invisible();}