mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Reverted wrong debug change.
This commit is contained in:
parent
9c53860e4a
commit
4d45d271e6
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ BOOL CCADApp::InitInstance()
|
|||
MainFrame->UpdateMenuAccelerators();
|
||||
|
||||
// Show something in the piece preview window.
|
||||
PieceInfo* Info = lcGetPiecesLibrary()->FindPiece("45729PX3", false);
|
||||
PieceInfo* Info = lcGetPiecesLibrary()->FindPiece("3005", false);
|
||||
if (!Info && lcGetPiecesLibrary()->mPieces.GetSize())
|
||||
Info = lcGetPiecesLibrary()->mPieces[0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue