added timeline slider and export animation frames
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
|
||||
bool LayoutManager::load(const char* path)
|
||||
{
|
||||
if (m_loaded)
|
||||
return true; // already loaded
|
||||
// if (m_loaded)
|
||||
// return true; // already loaded
|
||||
|
||||
/*
|
||||
#if !defined(__ANDROID__)
|
||||
struct stat tmp_info;
|
||||
if (stat(path, &tmp_info) != 0)
|
||||
@@ -20,7 +19,6 @@ bool LayoutManager::load(const char* path)
|
||||
return false;
|
||||
m_file_info = tmp_info;
|
||||
#endif // __ANDROID__
|
||||
*/
|
||||
|
||||
m_path = path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user