Re-correction
This commit is contained in:
parent
421c40ac51
commit
37825ee4c8
@ -1,8 +1,8 @@
|
|||||||
#ifndef AUDIO_H__
|
#ifndef AUDIO_H__
|
||||||
#define AUDIO_H__
|
#define AUDIO_H__
|
||||||
|
|
||||||
#include <irrKlang.h>
|
#include "external/irrKlang-1.6.0/include/irrklang.h"
|
||||||
#include <ik_ISoundSource.h>
|
#include "external/irrKlang-1.6.0/include/ik_ISoundSource.h"
|
||||||
#include "define.h"
|
#include "define.h"
|
||||||
#include "vector3.h"
|
#include "vector3.h"
|
||||||
|
|
||||||
|
@ -26,7 +26,9 @@
|
|||||||
#define FRAMES_DELETE_CHUNKS 4
|
#define FRAMES_DELETE_CHUNKS 4
|
||||||
|
|
||||||
#define VIEW_DISTANCE 128
|
#define VIEW_DISTANCE 128
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
#ifdef NDEBUG
|
||||||
#define WORLD_SIZE_X 128
|
#define WORLD_SIZE_X 128
|
||||||
#define WORLD_SIZE_Y 128
|
#define WORLD_SIZE_Y 128
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ void Engine::Init() {
|
|||||||
m_skybox.Init(0.2f);
|
m_skybox.Init(0.2f);
|
||||||
|
|
||||||
// Objet de musique!
|
// Objet de musique!
|
||||||
//m_audio.ToggleMusicState();
|
m_audio.ToggleMusicState();
|
||||||
|
|
||||||
// Init Chunks
|
// Init Chunks
|
||||||
m_world.GetChunks().Reset(nullptr);
|
m_world.GetChunks().Reset(nullptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user