Skip to content

Commit

Permalink
the latest update to libefgy makes calculateObject() obsolete - finally.
Browse files Browse the repository at this point in the history
  • Loading branch information
EffinMaggie committed Jan 8, 2017
1 parent a5d7c9a commit 703660b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.swp
*.svg
topologic
!include/topologic
topologic.js
topologic-glut
topologic-json.js
Expand Down
2 changes: 0 additions & 2 deletions include/topologic/render.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ class wrapper : public base {

bool svg(std::ostream &output, bool updateMatrix = false) {
if (metadata::update) {
object.calculateObject();
metadata::update = false;
}

Expand Down Expand Up @@ -267,7 +266,6 @@ class wrapper : public base {
bool opengl(bool updateMatrix = false) {
if (metadata::update) {
gState.opengl.context.prepared = false;
object.calculateObject();
metadata::update = false;
}

Expand Down

0 comments on commit 703660b

Please sign in to comment.