about summary refs log tree commit diff
path: root/src/game/editor/ed_layer_quads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/ed_layer_quads.cpp')
-rw-r--r--src/game/editor/ed_layer_quads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_layer_quads.cpp b/src/game/editor/ed_layer_quads.cpp
index 5d5488f5..ee75a503 100644
--- a/src/game/editor/ed_layer_quads.cpp
+++ b/src/game/editor/ed_layer_quads.cpp
@@ -169,7 +169,7 @@ int LAYER_QUADS::render_properties(RECT *toolbox)
 		};
 		
 		PROPERTY props[] = {
-			{"Image", image, PROPTYPE_INT_STEP, -1, 0},
+			{"Image", image, PROPTYPE_IMAGE, -1, 0},
 			{0},
 		};