diff options
author | chirs241097@gmail.com <chrisoft@Chrisoft-laptop> | 2015-05-27 11:39:56 +0800 |
---|---|---|
committer | chirs241097@gmail.com <chrisoft@Chrisoft-laptop> | 2015-05-27 11:39:56 +0800 |
commit | ed422204cfe8302c1400f47ea459009c939f8c7d (patch) | |
tree | 6517ff77af433ecdfe1d3ea4ff105c2404eafb07 | |
parent | ce7dfcca1554b2b7e71ac279c779a081a4977147 (diff) | |
download | bullet-lab-remix-ed422204cfe8302c1400f47ea459009c939f8c7d.tar.xz |
save arezzo files
-rwxr-xr-x | ChangeLog | 3 | ||||
-rwxr-xr-x | VERSION | 2 | ||||
-rw-r--r-- | hgeft.cpp | 1 | ||||
-rw-r--r-- | hgeft.h | 2 |
4 files changed, 6 insertions, 2 deletions
@@ -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. @@ -1 +1 @@ -1.0.0-0 (r100)
\ No newline at end of file +1.0.0-0 (r101)
\ No newline at end of file @@ -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; @@ -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; |