mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 18:56:38 +03:00
more stuff + intro fix
This commit is contained in:
parent
6260d51d44
commit
56c83dfaae
3 changed files with 635 additions and 24 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "RpAnimBlend.h"
|
||||
#include "Frontend.h"
|
||||
#include "AnimViewer.h"
|
||||
#include "Script.h"
|
||||
|
||||
#define DEFAULT_VIEWWINDOW (Tan(DEGTORAD(CDraw::GetFOV() * 0.5f)))
|
||||
|
||||
|
@ -356,7 +357,7 @@ RenderScene(void)
|
|||
void
|
||||
RenderDebugShit(void)
|
||||
{
|
||||
// CTheScripts::RenderTheScriptDebugLines()
|
||||
CTheScripts::RenderTheScriptDebugLines();
|
||||
if(gbShowCollisionLines)
|
||||
CRenderer::RenderCollisionLines();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue