Skip to content

Commit

Permalink
beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Nov 23, 2022
1 parent 339e708 commit 0568957
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dear ImGui for Godot Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.0-beta">
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.6">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class MyNode : Node

## Getting Started

imgui-godot requires Godot 4.0.beta5 or later, running on a 64-bit platform.
imgui-godot requires Godot 4.0.beta6 or later, running on a 64-bit platform.

### Demo

Expand Down
2 changes: 2 additions & 0 deletions addons/imgui-godot/ImGuiGodot/ImGuiLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public static void Connect(ImGuiLayoutEventHandler d)
}
}

#if IMGUI_GODOT_DEV
// WIP, this will probably be changed or moved
public long[] GetImGuiPtrs(string version, int ioSize, int vertSize, int idxSize)
{
Expand All @@ -255,6 +256,7 @@ public long[] GetImGuiPtrs(string version, int ioSize, int vertSize, int idxSize
(long)mem_free
};
}
#endif

private static void OnNodeRemoved(Node node)
{
Expand Down

0 comments on commit 0568957

Please sign in to comment.