From 8951795e9b02f33c4218afded7923b25c9f5b52c Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 7 Oct 2021 01:52:03 +0200 Subject: [PATCH] fixed inconsistency with var naming scheme --- hGameTest/src/game/ui/console/Console.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hGameTest/src/game/ui/console/Console.hx b/hGameTest/src/game/ui/console/Console.hx index 082ad0ec..12b81676 100644 --- a/hGameTest/src/game/ui/console/Console.hx +++ b/hGameTest/src/game/ui/console/Console.hx @@ -26,7 +26,7 @@ class Console extends Sprite{ public var cAutoComp:TextField; public static var consoleInstance:Console; public var cvar_mat_consolebg:CVar; - public var cCmd_visible:CCmd = ConVar.registerCCmd("toggleconsole",(cArgs:Array)->{ + public var ccmd_visible:CCmd = ConVar.registerCCmd("toggleconsole",(cArgs:Array)->{ toggle(); }); public function new(){