Add VSCdoe config
Remove do_splash
This commit is contained in:
@ -16,7 +16,6 @@ enum PDFlags_ {
|
||||
PDFlags_None = 0,
|
||||
PDFlags_MemTrack = 1 << 0,
|
||||
PDFlags_SceneSystem = 1 << 1,
|
||||
PDFlags_ShowSplash = 1 << 2,
|
||||
PDFlags_Default = PDFlags_SceneSystem,
|
||||
};
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#endif
|
||||
|
||||
// Base
|
||||
extern bool pdi_do_splash;
|
||||
extern bool pdi_enable_scene_system;
|
||||
extern bool pdi_debugging;
|
||||
extern bool pdi_enable_memtrack;
|
||||
|
Reference in New Issue
Block a user