Skip to content

Commit

Permalink
bltDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Apr 17, 2024
1 parent 14c4b56 commit 45148c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/common/SceneObjects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <OgreSceneManager.h>
#include <OgreSceneNode.h>
#include <OgreCamera.h>
#include <OgreWindow.h>
// #include <MyGUI.h>
// #include <MyGUI_InputManager.h>
using namespace Ogre;
Expand Down
2 changes: 1 addition & 1 deletion src/editor/BaseApp_Old.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pch.h"

#if 0 // OLD file reference ------
#if 0 // OLD Ogre 1.x file reference ------
#include "Def_Str.h"
#include "settings.h"
#include "BaseApp.h"
Expand Down
1 change: 1 addition & 0 deletions src/editor/Gui_EventsPick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <fstream>
#include "Gui_Def.h"
#include "Slider.h"
#include <OgreWindow.h>
#include <OgreHlmsCommon.h>
#include <OgreHlmsPbsDatablock.h>
#include "MultiList2.h"
Expand Down
2 changes: 1 addition & 1 deletion src/game/Game_Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void App::update( float dt )
//** bullet bebug draw
if (dbgdraw) // DBG_DrawWireframe
{
dbgdraw->setDebugMode(1); //pSet->bltDebug ? 1 /*+(1<<13) 255*/ : 0);
dbgdraw->setDebugMode(pSet->bltDebug ? 1 /*+(1<<13) 255*/ : 0);
dbgdraw->step();
}

Expand Down

0 comments on commit 45148c5

Please sign in to comment.