summaryrefslogtreecommitdiff
path: root/src/entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index 5f81cda..8076a86 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -245,5 +245,5 @@ const char *entity_propertyc(Entity *this, const char *property) {
return e->valuestring;
}
}
- return "#000000ff";
+ return "#ff000000";
}