Skip to content

Commit

Permalink
Fixed GDExtension page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Jun 2, 2024
1 parent 3de6551 commit ff4f150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/howto/gdextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ This all sound a little confusing? It should look a little something like this:
addons
└─ godotsteam
└─ win64
│─ godotsteam.windows.template_debug.x86_64.dll
│─ godotsteam.windows.template_release.x86_64.dll
│─ libgodotsteam.windows.template_debug.x86_64.dll
│─ libgodotsteam.windows.template_release.x86_64.dll
└─ steam_api64.dll
```

Expand All @@ -179,8 +179,8 @@ This all sound a little confusing? It should look a little something like this:
addons
└─ godotsteam
└─ win32
│─ godotsteam.windows.template_debug.x86_32.dll
│─ godotsteam.windows.template_release.x86_32.dll
│─ libgodotsteam.windows.template_debug.x86_32.dll
│─ libgodotsteam.windows.template_release.x86_32.dll
└─ steam_api.dll
```

Expand Down

0 comments on commit ff4f150

Please sign in to comment.