fixed bug that sometimes alpha channel was not read in,
code improvement = performance,
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "..\Header\OutputDevice.h"
|
||||
#include <QRegExp>
|
||||
|
||||
#include "../Header/Profiler.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// constructor/destructor
|
||||
|
@@ -3,7 +3,6 @@
|
||||
#include "..\Header\OutputDevice.h"
|
||||
#include <QColor>
|
||||
|
||||
#include "..\Header\Profiler.h"
|
||||
|
||||
// helper function to save data from file to any variable type
|
||||
#define F2V(variableName) reinterpret_cast<char*>(&variableName)
|
||||
|
Reference in New Issue
Block a user