MizunagiKB / gd_cubism

Unofficial Live2D Player for Godot Engine
https://mizunagikb.github.io/gd_cubism/
Other
111 stars 17 forks source link

Modified to explicitly specify access modifiers. #68

Closed MizunagiKB closed 4 months ago

MizunagiKB commented 4 months ago

Access modifier was inadvertently set to private for the enum type HandleError within the class GDCubismMotionQueueEntryHandle due to unspecified access modifier.

Addressed the issue related to this bug. https://github.com/MizunagiKB/gd_cubism/issues/67