bge: fix for "dome mode not working with Letterboxing".

This bug was introduced after commit # 24102 (BGE: when letterbox is enabled use the camera framing as a clipping area) reported in IRC by Pete Carss (domejunky)

*) an extra stub fix for recent commit. By the way: we want to have blenderplayer running in blender 2.5 beta0. Therefore if you are doing big changes in the last minutes (Friday, Saturday??) It would help a lot if you could enable blenderplayer in your builds. links problems are really easy to fix)

**) an typo I spotted in recent mesh dynamic load in bge.
This commit is contained in:
Dalai Felinto
2009-11-16 02:52:02 +00:00
parent aa739e7a71
commit 2e104b44c6
3 changed files with 6 additions and 7 deletions

View File

@@ -999,7 +999,7 @@ bool KX_BlenderSceneConverter::LinkBlendFile(const char *path, char *group, KX_S
}
if(GetMainDynamicPath(path)) {
snprintf(err_local, sizeof(err_local), "blend file alredy open \"%s\"\n", path);
snprintf(err_local, sizeof(err_local), "blend file already open \"%s\"\n", path);
*err_str= err_local;
return false;
}