Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General changes (namespace, deprecated loadFile function) #7344

Merged
merged 9 commits into from
Feb 24, 2023

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Feb 18, 2023

Changes in some more files
This is meant to remove unrelated changes in this big PR - #7110

@@ -130,7 +129,7 @@ ofxColorSlider_<ColorType> * ofxColorSlider_<ColorType>::setup(ofParameter<ofCol
ofxGuiGroup::setup(value.getName(), "", 0, 0);
parameters.clear();

const string names[4] = {"r", "g", "b", "a"};
const std::tring names[4] = {"r", "g", "b", "a"};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think this might be a typo?
tring -> string

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to merge once this is fixed :)

@ofTheo ofTheo merged commit 61a045c into openframeworks:master Feb 24, 2023
@dimitre dimitre deleted the assimpclean branch February 25, 2023 01:54
dimitre added a commit to dimitre/openFrameworks that referenced this pull request Feb 25, 2023
General changes (namespace, deprecated loadFile function) (openframeworks#7344)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants