mirror of
https://github.com/lostjared/glitch.gui.git
synced 2026-06-16 12:33:54 +02:00
const
This commit is contained in:
@@ -37,7 +37,7 @@ namespace cv_fract {
|
||||
std::cerr << "Error invalid iterations\n";
|
||||
}
|
||||
|
||||
void setZoom(double z) {
|
||||
void setZoom(const double &z) {
|
||||
zoom_ = z;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user