Small fixes.

This commit is contained in:
Relintai 2024-01-21 17:02:59 +01:00
parent 8577419b0c
commit ca4fe997eb
4 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
./game sfwl.h -tsfw_full_template.html --remaining
./game sfwl.h -tsfwl_full_template.html --remaining

View File

@ -273,7 +273,7 @@ public:
//mesh->clear();
MeshUtils::create_cone(mesh);
MeshUtils::create_simple_test_cone(mesh);
mesh->upload();
mi = memnew(MeshInstance3D());

View File

@ -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"