aboutsummaryrefslogtreecommitdiff
path: root/hgeft.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chrisoft@Chrisoft-laptop> 2015-05-27 11:39:56 +0800
committerGravatar chirs241097@gmail.com <chrisoft@Chrisoft-laptop> 2015-05-27 11:39:56 +0800
commited422204cfe8302c1400f47ea459009c939f8c7d (patch)
tree6517ff77af433ecdfe1d3ea4ff105c2404eafb07 /hgeft.cpp
parentce7dfcca1554b2b7e71ac279c779a081a4977147 (diff)
downloadbullet-lab-remix-ed422204cfe8302c1400f47ea459009c939f8c7d.tar.xz
save arezzo files
Diffstat (limited to 'hgeft.cpp')
-rw-r--r--hgeft.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hgeft.cpp b/hgeft.cpp
index a5b233a..05e6053 100644
--- a/hgeft.cpp
+++ b/hgeft.cpp
@@ -32,6 +32,7 @@ bool hgeTTChar::SetChar(wchar_t ch,FT_Face ttfface)
ptr++;
}
hge->Texture_Unlock(quad.tex);
+ quad.blend=BLEND_ALPHABLEND;
quad.v[0].tx=0;quad.v[0].ty=0;quad.v[1].tx=1;quad.v[1].ty=0;
quad.v[2].tx=1;quad.v[2].ty=1;quad.v[3].tx=0;quad.v[3].ty=1;
return true;