Skip to content

Commit

Permalink
Fix easings import in plot examples (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Oct 20, 2023
1 parent 6904d72 commit ab54fe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/plot_scatter3d_easing/main.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

import easings
import vsl.easings
import vsl.plot
import vsl.util

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter_easing/main.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

import easings
import vsl.easings
import vsl.plot
import vsl.util

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_surface_easing/main.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

import easings
import vsl.easings
import vsl.plot

fn main() {
Expand Down

0 comments on commit ab54fe1

Please sign in to comment.