Changeset 2314
- Timestamp:
- 03/10/10 11:50:30 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/fvw_core/GeodataDataSources/KMLImageDataResource.cpp
r2308 r2314 38 38 void CKMLImageDataResource::GetImageData(VARIANT* imageData) 39 39 { 40 if (State() != Resource_Loaded) 40 // note that if the resource was loaded, but it failed to get an image 41 // (m_imageData.vt == VT_EMPTY), we just return the placeholder 42 43 if (State() != Resource_Loaded || m_imageData.vt == VT_EMPTY) 41 44 { 42 45 static _variant_t defaultImageData;
