summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2000-12-15 19:51:22 +0000
committerleo2000-12-15 19:51:22 +0000
commite18b2c83379ec9d7fafaad68f70b22542a685518 (patch)
treeb50f9d576c5b4bb7861fb6a131c76b2fcc032b5e /common
parent693f9de1f8175ce009be3ed1c0da082c11574b90 (diff)
Fixed small bug in the texture font
git-svn-id: http://svn.leocad.org/trunk@173 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common')
-rw-r--r--common/project.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/project.cpp b/common/project.cpp
index eb2c51a..37c9cab 100644
--- a/common/project.cpp
+++ b/common/project.cpp
@@ -131,7 +131,7 @@ Project::Project()
"OPQRSTUVWX", "YZ,.!;:<>/?{}@$%", "&*()-+=_[] #" };
unsigned char lefts[7][17] = {
{ 1, 11, 21, 30, 40, 50, 56, 66, 76, 80, 84, 93, 97, 111, 121 },
- { 1, 11, 21, 31, 38, 47, 53, 63, 72, 83, 94, 103, 111, 120 },
+ { 1, 11, 21, 31, 38, 47, 53, 63, 72, 86, 94, 103, 111, 120 },
{ 1, 10, 19, 28, 37, 46, 55, 64, 73, 82, 94, 106, 118, },
{ 1, 13, 24, 34, 47, 59, 64, 73, 84, 94, 108, 120 },
{ 1, 14, 25, 38, 50, 61, 71, 83, 94, 109, 120 },
@@ -2175,6 +2175,7 @@ void Project::RenderScene(bool bShaded, bool bDrawViewports)
}
}
*/
+ /*
{
LC_RENDER_INFO info;
info.lighting = (m_nDetail & LC_DET_LIGHTING) != 0;
@@ -2190,7 +2191,7 @@ void Project::RenderScene(bool bShaded, bool bDrawViewports)
Curve curve (NULL, pos, 0);
curve.Render (&info);
}
-
+ */
if (bShaded)
{
if (m_nScene & LC_SCENE_FLOOR)