Skip to content

Commit

Permalink
One last MacOS GA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed May 19, 2024
1 parent 2c34da8 commit 02ddaf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prep-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
cp bin/godot.osx.template.debug.64 bin/osx_template.app/Contents/MacOS/godot_osx_debug.64
chmod +x bin/osx_template.app/Contents/MacOS/godot_osx*
cp modules/godotsteam/sdk/redistributable_bin/osx/libsteam_api.dylib bin/osx_template.app/Contents/MacOS/
cp modules/godotsteam_server/sdk/redistributable_bin/osx/libsteam_api.dylib bin/osx_template.app/Contents/MacOS/
cd bin/
zip -q -9 -r macos.zip osx_template.app
Expand Down
3 changes: 0 additions & 3 deletions godotsteam_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -1083,9 +1083,6 @@ class SteamServer: public Object {
SteamItemDetails_t inventory_details;

// Networking Sockets
uint32 network_connection;
uint32 network_poll_group;
uint64_t networking_microseconds = 0;
// SteamDatagramHostedAddress hosted_address;
PoolByteArray routing_blob;
// SteamDatagramRelayAuthTicket relay_auth_ticket;
Expand Down

0 comments on commit 02ddaf2

Please sign in to comment.