-fixed export templates not loading/exporting on Windows
-fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript
This commit is contained in:
@ -51,7 +51,8 @@ public:
|
||||
|
||||
virtual void stop()=0; //stop listening
|
||||
|
||||
static Ref<TCP_Server> create();
|
||||
static Ref<TCP_Server> create_ref();
|
||||
static TCP_Server* create();
|
||||
|
||||
TCP_Server();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user