summaryrefslogtreecommitdiffstats
path: root/rsDriverLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsDriverLoader.cpp')
-rw-r--r--rsDriverLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsDriverLoader.cpp b/rsDriverLoader.cpp
index 5bfb8e5c..7b728b62 100644
--- a/rsDriverLoader.cpp
+++ b/rsDriverLoader.cpp
@@ -207,7 +207,7 @@ bool Context::loadRuntime(const char* filename) {
}
// Only map in the actual driver name if we successfully load the runtime.
- mDriverName = filename;
+ setDriverName(filename);
return true;