Bump OCE Plugin version
We modified how we search for color information. Changing the version
data will for models to reload instead of keeping the cached data with
(possibly) missing color information
(cherry picked from commit b51ca1ab0e
)
This commit is contained in:
parent
967f390aec
commit
02787784a4
|
@ -33,8 +33,8 @@
|
|||
SCENEGRAPH* LoadModel( char const* filename );
|
||||
|
||||
#define PLUGIN_OCE_MAJOR 1
|
||||
#define PLUGIN_OCE_MINOR 1
|
||||
#define PLUGIN_OCE_PATCH 1
|
||||
#define PLUGIN_OCE_MINOR 2
|
||||
#define PLUGIN_OCE_PATCH 0
|
||||
#define PLUGIN_OCE_REVNO 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue