Mercurial > fife-parpg
comparison engine/core/view/visual.cpp @ 57:47979f9dce55
add possibility to hide instances/instance visuals; initialize instance visuals properly
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 14 Jul 2008 14:41:12 +0000 |
parents | 90005975cdbb |
children | 8fa2f3aa0cbd |
comparison
equal
deleted
inserted
replaced
56:73a9f7addd33 | 57:47979f9dce55 |
---|---|
39 | 39 |
40 namespace FIFE { | 40 namespace FIFE { |
41 | 41 |
42 static Logger _log(LM_VIEW); | 42 static Logger _log(LM_VIEW); |
43 | 43 |
44 Visual2DGfx::Visual2DGfx(): m_transparency(0) { | 44 Visual2DGfx::Visual2DGfx(): m_transparency(0), m_visible(true) { |
45 } | 45 } |
46 | 46 |
47 Visual2DGfx::~Visual2DGfx() { | 47 Visual2DGfx::~Visual2DGfx() { |
48 } | 48 } |
49 | 49 |