Fix typo in comment
This commit is contained in:
parent
5b00ea2b3d
commit
aa98e8e7a9
|
@ -1077,7 +1077,7 @@ DrawingPanel::DrawingPanel(int _width, int _height) :
|
|||
iFilter->setWidth(width);
|
||||
iFilter->setHeight(height);
|
||||
|
||||
//Do a quick run to initalize the filter
|
||||
//Do a quick run to initialize the filter
|
||||
//\TODO: Fix the filters so this is no longer needed
|
||||
myFilter->run(reinterpret_cast<u32 *>(&todraw), reinterpret_cast<u32 *>(&todraw), height);
|
||||
|
||||
|
|
Loading…
Reference in New Issue