]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources/resourcemanager.h
Change ManagedResource::load_priority to int
[libs/gl.git] / source / resources / resourcemanager.h
index cf34a8250f2b8cb8c92ba4d5d97842496fbe3797..ba4f39a9461668cbe4912a9f2d8afe5a8ee38e97 100644 (file)
@@ -56,7 +56,7 @@ private:
 
                Resource *resource;
                ResourceLocation location;
-               bool load_priority;
+               int load_priority;
                IO::Seekable *io;
                Resource::AsyncLoader *loader;
                State state;