aboutsummaryrefslogtreecommitdiff
path: root/contrib/vmap_debugger/ModelContainerView.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-12 17:09:15 -0600
committermegamage <none@none>2009-02-12 17:09:15 -0600
commit6aee5fcbe7473a3cbac12b7e8482a7b98bef8be3 (patch)
tree91ec91d5c19eba9c2fe0e84b1c9dc7047a3de80e /contrib/vmap_debugger/ModelContainerView.cpp
parent2d2f433b4de1c35b22aaf07854fc0ee11fcb350d (diff)
parentf385747164c3fb278c92ef46fbd6c3da6590bbf0 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'contrib/vmap_debugger/ModelContainerView.cpp')
-rw-r--r--contrib/vmap_debugger/ModelContainerView.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/vmap_debugger/ModelContainerView.cpp b/contrib/vmap_debugger/ModelContainerView.cpp
index c29666c0bca..e5d7b247e0f 100644
--- a/contrib/vmap_debugger/ModelContainerView.cpp
+++ b/contrib/vmap_debugger/ModelContainerView.cpp
@@ -56,7 +56,7 @@ namespace VMAP
Vector3 lo = Vector3(inf(), inf(), inf());
Vector3 hi = Vector3(-inf(), -inf(), -inf());
- for(int i=0; i< root->getNValues(); i++) {
+ for(int i=0; i< root->getNValues(); i++) {
SubModel sm = pModelContainer->getSubModel(root->getStartPosition() + i);
lo = lo.min(sm.getAABoxBounds().low());
hi = hi.max(sm.getAABoxBounds().high());
@@ -502,7 +502,7 @@ namespace VMAP
if(ui->keyPressed(GKey::fromString("2"))) { //dec count1
gCount1--;
- if(gCount1 < 0)
+ if(gCount1 < 0)
gCount1 = 0;
}
@@ -529,7 +529,7 @@ namespace VMAP
if(ui->keyPressed(GKey::LEFT_MOUSE)) {
- if( iCurrCmdIndex>0) {
+ if( iCurrCmdIndex>0) {
--iCurrCmdIndex;
printf("restart last command\n");
processCommand();