mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-19 06:04:22 +01:00
Now TerrainLights inherit from Resource.
This commit is contained in:
parent
6786193010
commit
6e9e3fd580
@ -34,12 +34,12 @@
|
||||
|
||||
#include "core/containers/vector.h"
|
||||
#include "core/math/color.h"
|
||||
#include "core/object/reference.h"
|
||||
#include "core/object/resource.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
|
||||
class TerrainLight : public Reference {
|
||||
GDCLASS(TerrainLight, Reference);
|
||||
class TerrainLight : public Resource {
|
||||
GDCLASS(TerrainLight, Resource);
|
||||
|
||||
public:
|
||||
enum OwnerType {
|
||||
|
Loading…
Reference in New Issue
Block a user