aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/software_mouse_pointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/software_mouse_pointer.cpp')
-rw-r--r--src/menu/software_mouse_pointer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/software_mouse_pointer.cpp b/src/menu/software_mouse_pointer.cpp
index 1723ce9b..c0787e05 100644
--- a/src/menu/software_mouse_pointer.cpp
+++ b/src/menu/software_mouse_pointer.cpp
@@ -72,8 +72,8 @@ namespace usdx
this->texture[6] = 0.0f;
this->texture[7] = 0.0f;
- texture_normal = new Texture(L"game/themes/Deluxe/interface/cursor.png");
- texture_pressed = new Texture(L"game/themes/Deluxe/interface/cursor_pressed.png");
+ texture_normal = new Texture("game/themes/Deluxe/interface/cursor.png");
+ texture_pressed = new Texture("game/themes/Deluxe/interface/cursor_pressed.png");
mouse_move_connection = event_manager->mouse_move.connect(
boost::bind(&SoftwareMousePointer::on_mouse_move, this, _1, _2));