mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 05:15:53 +00:00
Remove dbug printf
This commit is contained in:
parent
4a7a3bea2f
commit
49839bbd6d
@ -142,7 +142,6 @@ void CGuiFrame::LoadWidgetsInGame(CInputStream& in)
|
|||||||
{
|
{
|
||||||
DataSpec::DNAFourCC type;
|
DataSpec::DNAFourCC type;
|
||||||
type.read(in);
|
type.read(in);
|
||||||
printf("%.4s\n", type.toString().c_str());
|
|
||||||
CGuiWidget* widget = CGuiSys::CreateWidgetInGame(type, in, this);
|
CGuiWidget* widget = CGuiSys::CreateWidgetInGame(type, in, this);
|
||||||
type = widget->GetWidgetTypeID();
|
type = widget->GetWidgetTypeID();
|
||||||
switch (type)
|
switch (type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user