Pitch isn't really of any use yet, so don't display in edit.

This commit is contained in:
Colby Klein
2009-03-17 01:02:30 +00:00
parent a2bdac3d8a
commit 1cc87961f2
+1 -1
View File
@@ -1034,8 +1034,8 @@ void ScreenEdit::UpdateTextInfo()
/* XXX
if( !PitchDetectionTest::MidiNoteToString( GAMESTATE->m_iEditMidiNote, sMidiNote ) )
sMidiNote = "";
*/
sText += ssprintf( "%s:\n %i (%s)\n", "Pitch", (int)GAMESTATE->m_iEditMidiNote, sMidiNote.c_str() );
*/
switch( EDIT_MODE.GetValue() )
{