Skip to content

Commit

Permalink
Removed unused type T
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Apr 17, 2024
1 parent 13ae5fa commit f855dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/ui/UiGroupController.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class UiGroupController extends dn.Process {
public dynamic function customControllerLock() return false;


public function register<T:ui.UiComponent>(comp:T) : UiGroupElement {
public function register(comp:ui.UiComponent) : UiGroupElement {
var ge = new UiGroupElement(this, comp);
elements.push(ge);
comp.onAfterReflow = invalidateConnections;
Expand Down

0 comments on commit f855dae

Please sign in to comment.