Skip to content

Commit

Permalink
merge: pull request #117 from G-Epitech/remove_useless_plugins
Browse files Browse the repository at this point in the history
fix(graphic): remove useless plugins
  • Loading branch information
TekMath authored Jun 25, 2024
2 parents 19d94c0 + 8062178 commit 0d8ec65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ zappy_gui:
@printf "cd $(shell pwd)/graphic && ./zappy_gui $$%s\n" "@" >> zappy_gui
@chmod +x zappy_gui

re: fclean all

clean:
@make -C graphic clean
@make -C server clean
Expand All @@ -36,5 +38,5 @@ tests_run:

all: zappy_server zappy_ai zappy_gui

.PHONY: all zappy_server zappy_ai zappy_gui tests_run clean fclean
.PHONY: all zappy_server zappy_ai zappy_gui tests_run clean fclean re
.DEFAULT_GOAL := all
3 changes: 0 additions & 3 deletions graphic/plugins.cfg

This file was deleted.

1 change: 0 additions & 1 deletion graphic/src/app/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void App::setup() {
addInputListener(this);

Root *root = getRoot();
root->loadPlugin("Codec_FreeImage");
scnMgr = root->createSceneManager();
scnMgr->setAmbientLight(ColourValue(0.5f, 0.5f, 0.5f));
scnMgr->setSkyBox(true, "skybox", 300, true);
Expand Down

0 comments on commit 0d8ec65

Please sign in to comment.