forked from kallisti5/guisan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 85989b7 Author: Jarod42 <Jarod42@users.noreply.github.com> Date: Mon Nov 11 10:07:54 2024 +0100 [cleanup] Fix some MSVC warnings - C4127 conditional expression is constant - C4189 '%var': local variable is initialized but not referenced commit e0a581b Author: Dimitris Panokostas <midwan@gmail.com> Date: Sun Nov 10 17:49:04 2024 +0100 Fixed Container would not draw children when draw was called (kallisti5#125) * Use const in more places * Revert "Use const in more places" This reverts commit 125b4aa. * Fixed container would not draw child objects when draw was called on it If we had a container with child objects, they would not be updated/drawn when the container's "draw" function was called. * Use for range loop, fix compiler warnings - Use for range loop - Fix warnings about type mismatch (int vs unsigned int) * Use =0 for new functions, use default for destructor * Revert "Use =0 for new functions, use default for destructor" This reverts commit 468fc20.
- Loading branch information
Showing
8 changed files
with
296 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.