opps... typo fix
This commit is contained in:
parent
9ccd29f043
commit
9ed477f765
|
@ -46,7 +46,6 @@
|
|||
#include "mapview.h"
|
||||
#include "matrixview.h"
|
||||
#include "lightview.h"
|
||||
#include "textureview.h"
|
||||
#include "ConfigKeys.h"
|
||||
#include "FirmConfig.h"
|
||||
#include "AboutBox.h"
|
||||
|
@ -1391,14 +1390,6 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
if ((PalView = PalView_Init(hAppInst, HWND_DESKTOP)) != NULL)
|
||||
CWindow_Show(PalView);
|
||||
}
|
||||
return 0;
|
||||
case IDM_TEX:
|
||||
{
|
||||
texview_struct *TexView;
|
||||
|
||||
if ((TexView = TexView_Init(hAppInst, HWND_DESKTOP)) != NULL)
|
||||
CWindow_Show(TexView);
|
||||
}
|
||||
return 0;
|
||||
case IDM_TILE:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue