mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix shader.h inclusion place in game.cpp
This commit is contained in:
@@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "raycast.h"
|
||||
#include "server.h"
|
||||
#include "settings.h"
|
||||
#include "shader.h"
|
||||
#include "sky.h"
|
||||
#include "subgame.h"
|
||||
#include "tool.h"
|
||||
@@ -66,8 +67,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#if USE_SOUND
|
||||
#include "sound_openal.h"
|
||||
#include "shader.h"
|
||||
|
||||
#endif
|
||||
|
||||
extern Settings *g_settings;
|
||||
|
Reference in New Issue
Block a user