Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS.
This commit is contained in:
@ -38,7 +38,7 @@ class RenderingDevice;
|
||||
#endif
|
||||
|
||||
class DisplayServerAndroid : public DisplayServer {
|
||||
// No need to register with GDCLASS, it's platform-specific and nothing is added.
|
||||
GDSOFTCLASS(DisplayServerAndroid, DisplayServer);
|
||||
|
||||
String rendering_driver;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user