You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Modules: Make sure to include modules_enabled.gen.h where needed
Fixes #51677. Co-authored-by: Arkadiusz Marcin Kołek <aksoftware91@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#include "scene/resources/shape.h"
|
||||
#include "scene/resources/sphere_shape.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For csg, gridmap.
|
||||
#ifdef MODULE_CSG_ENABLED
|
||||
#include "modules/csg/csg_shape.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user