mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 04:15:45 -05:00
cmath include
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "connectionpixmapitem.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
void ConnectionPixmapItem::render(qreal opacity) {
|
||||
QPixmap newPixmap = this->basePixmap.copy(0, 0, this->basePixmap.width(), this->basePixmap.height());
|
||||
if (opacity < 1) {
|
||||
|
||||
Reference in New Issue
Block a user