]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brush.cpp
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / radiant / brush.cpp
index 25a7917ac1ca797ef695351d88047c02990bb09e..59daecb6ecde4516b6e9aa7800febd0695193e88 100644 (file)
@@ -3141,10 +3141,10 @@ void Brush_Draw(brush_t *b)
                if (!bTrans) {
                        if (face->texdef.flags & Q2_SURF_TRANS33) {
                                bTrans = true;
-                               transVal = 0.33;
+                               transVal = 0.33f;
                        } else if (face->texdef.flags & Q2_SURF_TRANS66) {
                                bTrans = true;
-                               transVal = 0.66;
+                               transVal = 0.66f;
                        }
                }