You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
#include "servers/server_wrap_mt_common.h"
|
||||
|
||||
class RenderingServerDefault : public RenderingServer {
|
||||
GDSOFTCLASS(RenderingServerDefault, RenderingServer);
|
||||
|
||||
enum {
|
||||
MAX_INSTANCE_CULL = 8192,
|
||||
MAX_INSTANCE_LIGHTS = 4,
|
||||
|
||||
Reference in New Issue
Block a user