summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/video')
-rw-r--r--src/video/null_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index c45a5a46c..80d9d58d9 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -27,7 +27,7 @@ public:
class FVideoDriver_Null: public VideoDriverFactory<FVideoDriver_Null> {
public:
- static const int priority = 1;
+ static const int priority = 0;
/* virtual */ const char *GetName() { return "null"; }
/* virtual */ const char *GetDescription() { return "Null Video Driver"; }
/* virtual */ Driver *CreateInstance() { return new VideoDriver_Null(); }