summaryrefslogtreecommitdiff
path: root/hgeft.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chrisoft@Chrisoft-laptop> 2015-05-27 11:43:08 +0800
committerGravatar chirs241097@gmail.com <chrisoft@Chrisoft-laptop> 2015-05-27 11:43:08 +0800
commit2a8caf1d7191ece4d0c45d4778db7e32f1bd557f (patch)
tree2a77ea35a4059ca7a18e73168800892778adee51 /hgeft.h
parented422204cfe8302c1400f47ea459009c939f8c7d (diff)
downloadbullet-lab-remix-2a8caf1d7191ece4d0c45d4778db7e32f1bd557f.tar.xz
The last commit has achieved nothing actually...
Diffstat (limited to 'hgeft.h')
-rw-r--r--hgeft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hgeft.h b/hgeft.h
index 914fb13..1badc74 100644
--- a/hgeft.h
+++ b/hgeft.h
@@ -49,7 +49,7 @@ class hgeTTChar
{
private:
hgeQuad quad;
- int rw,rh,_w,_h;
+ int rw,rh,_w,_h,yofst;
public:
double w(){return _w;}
double h(){return _h;}