mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Small fixes.
This commit is contained in:
parent
8577419b0c
commit
ca4fe997eb
0
demos/sfwl_doc_merger/compilation_renderer.md.html
Normal file
0
demos/sfwl_doc_merger/compilation_renderer.md.html
Normal file
@ -1,3 +1,3 @@
|
||||
|
||||
./game sfwl.h -tsfw_full_template.html --remaining
|
||||
./game sfwl.h -tsfwl_full_template.html --remaining
|
||||
|
||||
|
@ -273,7 +273,7 @@ public:
|
||||
|
||||
//mesh->clear();
|
||||
|
||||
MeshUtils::create_cone(mesh);
|
||||
MeshUtils::create_simple_test_cone(mesh);
|
||||
mesh->upload();
|
||||
|
||||
mi = memnew(MeshInstance3D());
|
||||
|
@ -251,6 +251,7 @@ cp "$current_in_fol/main.cpp" "$current_out_fol/main.cpp"
|
||||
cp "$current_in_fol/code_remaining_template.md.html" "$current_out_fol/code_remaining_template.md.html"
|
||||
cp "$current_in_fol/code_template.md.html" "$current_out_fol/code_template.md.html"
|
||||
cp "$current_in_fol/compilation_no_renderer.md.html" "$current_out_fol/compilation_no_renderer.md.html"
|
||||
cp "$current_in_fol/compilation_renderer.md.html" "$current_out_fol/compilation_renderer.md.html"
|
||||
cp "$current_in_fol/index_remaining_template.md.html" "$current_out_fol/index_remaining_template.md.html"
|
||||
cp "$current_in_fol/licenses_renderer.md.html" "$current_out_fol/licenses_renderer.md.html"
|
||||
cp "$current_in_fol/markdeep.min.js" "$current_out_fol/markdeep.min.js"
|
||||
|
Loading…
Reference in New Issue
Block a user