Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jespa007 committed Jan 16, 2024
2 parents 1775df3 + 0c8c9da commit 25c4967
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ int main(){
// Register member property name getter
script_engine.registerMemberPropertyMetamethod<Entity>("name","_get",Entity_name_get);

// Compiles and runs script
// Compiles and runs script
// Compiles and runs script
script_engine.compileAndRun(
"var e1=new Entity();\n"
Expand Down

0 comments on commit 25c4967

Please sign in to comment.