Skip to content

Commit 3cbdfae

Browse files
committed
Make ImGuiController non-internal for now
1 parent 4fbbefe commit 3cbdfae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gdext.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
fail-fast: false
273273
matrix:
274274
os: [ubuntu-latest, macos-latest, windows-latest]
275-
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
275+
gdver: ["4.2.2", "4.3.0", "4.4.1", "4.5.0-dev.2"]
276276
include:
277277
- os: ubuntu-latest
278278
name: 🐧GdsGameProject
@@ -353,7 +353,7 @@ jobs:
353353
fail-fast: false
354354
matrix:
355355
os: [ubuntu-latest, macos-latest, windows-latest]
356-
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
356+
gdver: ["4.2.2", "4.3.0", "4.4.1", "4.5.0-dev.2"]
357357
include:
358358
- os: ubuntu-latest
359359
name: 🐧🧪GDScript
@@ -404,7 +404,7 @@ jobs:
404404
fail-fast: false
405405
matrix:
406406
os: [ubuntu-latest, macos-latest, windows-latest]
407-
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
407+
gdver: ["4.2.2", "4.3.0", "4.4.1", "4.5.0-dev.2"]
408408
include:
409409
- os: ubuntu-latest
410410
name: 🐧🧪C#

.github/workflows/godot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
gdver: ["4.2.2", "4.3.0", "4.4.0", "4.5.0-dev.2"]
13+
gdver: ["4.2.2", "4.3.0", "4.4.1", "4.5.0-dev.2"]
1414
include:
1515
- os: ubuntu-latest
1616
name: 🐧🧪C# Only

gdext/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void initialize_ign_module(ModuleInitializationLevel p_level)
7070

7171
ClassDB::register_internal_class<ImGuiLayer>();
7272
ClassDB::register_internal_class<ImGuiControllerHelper>();
73-
ClassDB::register_internal_class<ImGuiController>();
73+
ClassDB::register_class<ImGuiController>();
7474
ClassDB::register_class<ImGuiGD>();
7575
ClassDB::register_internal_class<ImGuiWindow>();
7676
register_imgui_api();

0 commit comments

Comments
 (0)