You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Exclude RD creation test functions from templates
This commit is contained in:
@@ -137,8 +137,10 @@ public:
|
||||
|
||||
virtual String get_system_ca_certificates() override;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual bool _test_create_rendering_device_and_gl(const String &p_display_driver) const override;
|
||||
virtual bool _test_create_rendering_device(const String &p_display_driver) const override;
|
||||
#endif
|
||||
|
||||
OS_LinuxBSD();
|
||||
~OS_LinuxBSD();
|
||||
|
||||
Reference in New Issue
Block a user