aboutsummaryrefslogtreecommitdiff
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
parentce7dfcca1554b2b7e71ac279c779a081a4977147 (diff)
downloadbullet-lab-remix-ed422204cfe8302c1400f47ea459009c939f8c7d.tar.xz
save arezzo files
-rwxr-xr-xChangeLog3
-rwxr-xr-xVERSION2
-rw-r--r--hgeft.cpp1
-rw-r--r--hgeft.h2
4 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 58375b8..cbd158e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@ Wishlist: <-strikethrough
Releases:
+1.0.0-0 (r101)
+Fix a bug in the hgeft library, and try git...
+
1.0.0-0 (r100)
Rev. 100!!!
This is the final release.
diff --git a/VERSION b/VERSION
index 985255e..9f8cf97 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0-0 (r100) \ No newline at end of file
+1.0.0-0 (r101) \ No newline at end of file
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;
diff --git a/hgeft.h b/hgeft.h
index 6856341..914fb13 100644
--- a/hgeft.h
+++ b/hgeft.h
@@ -41,7 +41,7 @@
#define HGEEFT_H
#include <cstring>
#include <cwchar>
-#include <hge.h>
+#include "./include/hge.h"
#include <ft2build.h>
#include FT_FREETYPE_H
extern HGE* hge;