fix: had to chagne to pointers for the virtual function to override properly
This commit is contained in:
@@ -57,7 +57,7 @@ void LGlyphLayer::spoofPoints() {
|
||||
|
||||
// returns new coords for a point; used to test the updateData function
|
||||
std::pair<double, double> advect(int time, double lat, double lon) {
|
||||
return {lat+1, lon+1} ;
|
||||
return {lat+0.001, lon+0.001} ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user