commit c06923105de4be082c7f9d4a2e73bc435811a1fd
parent 7f12c99bbfb5a49ca92a4c4edd6afda3dfbdb16a
Author: Yoann <yoann.b87@voila.fr>
Date: Thu, 12 Jan 2012 09:51:14 +0100
Correction d'une petite erreurs.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/batiment/batimentquadmur.cpp b/rules/batiment/batimentquadmur.cpp
@@ -14,7 +14,7 @@ void BatimentQuadMur::getBoundingBoxPoints() {
void BatimentQuadMur::setWindow(bool val) {
val = val;
this->window = val;
- Quad q = Quad(ch[SE],c[SE],c[SW],ch[SW]);
+ Quad q = Quad(ch[NE],c[NE],c[NW],ch[NW]);
int lr = (q.length(S) - 120)/2;
Quad wFront = q.insetNESW(90,lr,120,lr);