mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-21 01:49:31 +00:00
BugFix: in UpdateTexture, which was introduced a revision before.
support now: - UpdateSurface - uMod_IDirect3DSurface9 other improvements: - added an update button - uMod can now detect if textures changed their content
This commit is contained in:
@@ -44,6 +44,7 @@ along with Universal Modding Engine. If not, see <http://www.gnu.org/licenses/>
|
||||
#define wxUSE_DATAVIEWCTRL 1
|
||||
#define wxUSE_COLLPANE 1
|
||||
#define wxUSE_COLOURDLG 1
|
||||
#define wxUSE_HYPERLINKCTRL 1
|
||||
#endif
|
||||
#define wxUSE_SPINCTRL 1
|
||||
|
||||
@@ -73,6 +74,7 @@ along with Universal Modding Engine. If not, see <http://www.gnu.org/licenses/>
|
||||
#include <wx/colourdata.h>
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/hyperlink.h>
|
||||
//#include <windows.h>
|
||||
|
||||
#include "../uMod_GlobalDefines.h"
|
||||
@@ -140,6 +142,7 @@ enum
|
||||
#include "uMod_TreeView.h"
|
||||
#include "uMod_AddTexture.h"
|
||||
#include "uMod_Language.h"
|
||||
#include "uMod_Dialogs.h"
|
||||
#include "uMod_Event.h"
|
||||
#include "uMod_Client.h"
|
||||
#include "uMod_GameInfo.h"
|
||||
|
||||
Reference in New Issue
Block a user